summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sched/fair: Avoid newidle balance for !active CPUsPeter Zijlstra2017-09-121-0/+6
* | Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-131-6/+6
|\ \
| * | module: fix ddebug_remove_module()Zhou Chengming2017-07-251-6/+6
* | | Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-121-4/+0
|\ \ \
| * | | sync to Linus v4.13-rc2 for subsystem developers to work againstJames Morris2017-07-25163-7595/+11323
| |\| |
| * | | LSM: Remove security_task_create() hook.Tetsuo Handa2017-07-181-4/+0
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-124-8/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | sched/fair: Fix nuisance kernel-doc warningRandy Dunlap2017-09-111-1/+1
| * | | sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-09-073-6/+22
| * | | sched/fair: Fix wake_affine_llc() balancing rulesPeter Zijlstra2017-09-071-1/+1
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-122-19/+10
|\ \ \ \
| * | | | genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner2017-09-071-17/+7
| * | | | genirq/msi: Fix populating multiple interruptsJohn Keeping2017-09-061-2/+3
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-116-37/+77
|\ \ \ \
| * \ \ \ signal: Fix sending signals with siginfoEric W. Biederman2017-07-243-23/+59
| |\ \ \ \
| | * | | | signal: Remove kernel interal si_code magicEric W. Biederman2017-07-243-23/+59
| * | | | | prctl: Allow local CAP_SYS_ADMIN changing exe_fileKirill Tkhai2017-07-201-6/+2
| * | | | | userns,pidns: Verify the userns for new pid namespacesEric W. Biederman2017-07-202-8/+16
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-094-12/+35
|\ \ \ \ \
| * | | | | bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend2017-09-081-1/+1
| * | | | | bpf: add support for sockmap detach programsJohn Fastabend2017-09-082-11/+18
| * | | | | bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2017-09-081-0/+16
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-0919-666/+696
|\ \ \ \ \ \
| * | | | | | kcov: support compat processesDmitry Vyukov2017-09-081-0/+1
| * | | | | | drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day2017-09-081-1/+1
| * | | | | | kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez2017-09-082-4/+2
| * | | | | | kmod: split out umh code into its own fileLuis R. Rodriguez2017-09-083-559/+571
| * | | | | | locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-084-33/+19
| * | | | | | sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-082-35/+21
| * | | | | | sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-083-29/+15
| * | | | | | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-085-5/+5
| * | | | | | mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-4/+4
| * | | | | | mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse2017-09-081-0/+1
| * | | | | | mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-081-1/+24
| * | | | | | mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+34
| * | | | | | mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-081-0/+3
* | | | | | | Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-09-085-19/+82
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-061-1/+1
| * | | | | | tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu2017-09-051-1/+1
| * | | | | | tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)2017-09-051-1/+7
| * | | | | | ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-011-4/+6
| * | | | | | ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-09-011-1/+1