summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kcov: support compat processesDmitry Vyukov2017-09-091-0/+1
* drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day2017-09-091-1/+1
* kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez2017-09-092-4/+2Star
* kmod: split out umh code into its own fileLuis R. Rodriguez2017-09-093-559/+571
* locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-094-33/+19Star
* sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-092-35/+21Star
* sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-093-29/+15Star
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-095-5/+5
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-091-4/+4
* mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse2017-09-091-0/+1
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-091-1/+24
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-091-0/+34
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-091-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-09-081-37/+32Star
|\
| * printk: Clean up do_syslog() error handlingNikitas Angelinas2017-08-151-23/+12Star
| * printk/console: Enhance the check for consoles using init memoryPetr Mladek2017-07-271-2/+10
| * printk/console: Always disable boot consoles that use init memory before it i...Matt Redfearn2017-07-271-11/+9Star
| * printk: Modify operators of printed_len and text_lenPierre Kuo2017-07-271-3/+3
* | Merge tag 'audit-pr-20170907' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-082-12/+12
|\ \
| * | audit: update the function commentsGeliang Tang2017-09-052-10/+10
| * | audit: Reduce overhead using a coarse clockMel Gorman2017-09-052-2/+2
* | | Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-081-2/+1Star
|\ \ \
| * | | Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook2017-08-181-2/+1Star
* | | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-073-82/+199
|\ \ \ \
| * | | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-232-4/+3Star
| * | | | block: use standard blktrace API to output cgroup info for debug notesShaohua Li2017-07-291-2/+10
| * | | | blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-292-1/+25
| * | | | blktrace: export cgroup info in traceShaohua Li2017-07-291-73/+158
| * | | | kernfs: add exportfs operationsShaohua Li2017-07-291-1/+2
| |/ / /
* | | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-09-078-246/+888
|\ \ \ \
| * | | | cpuset: Allow v2 behavior in v1 cgroupWaiman Long2017-08-181-13/+20
| * | | | cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long2017-08-181-0/+6
| * | | | cgroup: remove unneeded checksDan Carpenter2017-08-111-2/+2
| * | | | cgroup: misc changesTejun Heo2017-08-111-21/+2Star
| * | | | cgroup: short-circuit cset_cgroup_from_root() on the default hierarchyTejun Heo2017-08-031-0/+2
| * | | | cgroup: re-use the parent pointer in cgroup_destroy_locked()Roman Gushchin2017-08-021-1/+1
| * | | | cgroup: add cgroup.stat interface with basic hierarchy statsRoman Gushchin2017-08-021-0/+16
| * | | | cgroup: implement hierarchy limitsRoman Gushchin2017-08-021-0/+126
| * | | | cgroup: keep track of number of descent cgroupsRoman Gushchin2017-08-021-2/+17
| * | | | cgroup: add comment to cgroup_enable_threaded()Tejun Heo2017-07-251-0/+9
| * | | | cgroup: remove unnecessary empty check when enabling threaded modeTejun Heo2017-07-251-7/+0Star
| * | | | cgroup: update debug controller to print out thread mode informationWaiman Long2017-07-213-16/+42
| * | | | cgroup: implement cgroup v2 thread supportTejun Heo2017-07-216-25/+340
| * | | | cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo2017-07-211-17/+60
| * | | | cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo2017-07-211-3/+66
| * | | | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-214-19/+23
| * | | | cgroup: reorganize cgroup.procs / task write pathTejun Heo2017-07-213-106/+152
| * | | | cgroup: replace css_set walking populated test with testing cgrp->nr_populate...Tejun Heo2017-07-171-22/+8Star
| * | | | cgroup: distinguish local and children populated statesTejun Heo2017-07-171-16/+21
| * | | | cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()Tejun Heo2017-07-171-1/+0Star