summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner2017-09-251-0/+2
* genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-254-9/+10
* genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-254-20/+51
* genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-252-3/+4
* genirq: Separate activation and startupThomas Gleixner2017-09-254-8/+43
* genirq: Set managed shut down flag at initThomas Gleixner2017-09-251-1/+1
* genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner2017-09-251-0/+11
* irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2017-09-252-0/+4
* genirq/msi: Capture device name for debugfsThomas Gleixner2017-09-253-1/+20
* genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner2017-09-252-1/+1
* genirq: Check __free_irq() return value for NULLAlexandru Moise2017-09-251-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-234-6/+16
|\
| * bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-09-201-1/+2
| * bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann2017-09-191-1/+6
| * bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet2017-09-191-2/+4
| * bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser2017-09-181-2/+4
* | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-221-11/+310
|\ \
| * | seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook2017-08-141-2/+7
| * | seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook2017-08-141-6/+16
| * | seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook2017-08-141-18/+21
| * | seccomp: Action to log before allowingTyler Hicks2017-08-141-5/+18
| * | seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks2017-08-141-6/+20
| * | seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks2017-08-141-3/+168
| * | seccomp: Operation for checking if an action is availableTyler Hicks2017-08-141-0/+26
| * | seccomp: Sysctl to display available actionsTyler Hicks2017-08-141-0/+51
| * | seccomp: Provide matching filter for introspectionKees Cook2017-08-141-3/+15
* | | Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-203-3/+19
|\ \ \
| * | | tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-09-191-1/+1
| * | | tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)2017-09-193-0/+10
| * | | tracing: Erase irqsoff trace with empty writeBo Yan2017-09-191-2/+8
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-171-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner2017-09-161-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-162-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-09-151-1/+2
| * | | perf/bpf: fix a clang compilation issueYonghong Song2017-09-111-1/+1
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-142-8/+15
|\ \ \ \
| * | | | fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-041-1/+1
| * | | | fs: fix kernel_write prototypeChristoph Hellwig2017-09-041-3/+6
| * | | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-4/+8
* | | | | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-143-30/+7
|\ \ \ \ \
| * | | | | ipc: mqueue: Replace timespec with timespec64Deepa Dinamani2017-09-032-7/+7
| * | | | | semtimedop(): move compat to nativeAl Viro2017-07-151-23/+0
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-142-2/+2
|\ \ \ \ \ \
| * | | | | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-132-2/+2
* | | | | | | sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen2017-09-141-0/+7
* | | | | | | sched/wait: Break up long wake list walkTim Chen2017-09-141-15/+63
|/ / / / / /
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-135-3/+25
|\ \ \ \ \ \
| * | | | | | sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra2017-09-123-3/+8
| * | | | | | sched/core: WARN() when migrating to an offline CPUPeter Zijlstra2017-09-121-0/+4
| * | | | | | sched/fair: Plug hole between hotplug and active_load_balance()Peter Zijlstra2017-09-121-0/+7
OpenPOWER on IntegriCloud