summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2017-11-181-0/+27
* kcov: support comparison operands collectionVictor Chibotaru2017-11-181-35/+179
* kcov: remove pointless current != NULL checkAndrey Ryabinin2017-11-181-1/+1
* kernel/panic.c: add TAINT_AUXBorislav Petkov2017-11-181-0/+2
* pid: remove pidhashGargi Sharma2017-11-183-42/+14Star
* pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-182-195/+59Star
* kernel/sysctl.c: code cleanupsOla N. Kaldestad2017-11-181-5/+3Star
* kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young2017-11-181-1/+2
* kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2017-11-181-2/+2
* kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2017-11-181-1/+1
* kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2017-11-181-5/+7
* sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence2017-11-181-6/+8
* pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-181-0/+49
* pipe: match pipe_max_size data type with procfsJoe Lawrence2017-11-181-1/+1
* kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET2017-11-181-2/+2
* bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-181-1/+15
* bug: define the "cut here" string in a single placeKees Cook2017-11-181-1/+1
* kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-181-1/+2
* kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-181-0/+28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-11-162-70/+309
|\
| * userns: Simplify insert_extentEric W. Biederman2017-10-311-11/+8Star
| * userns: Make map_id_down a wrapper for map_id_range_downEric W. Biederman2017-10-311-37/+1Star
| * userns: Don't read extents twice in m_startEric W. Biederman2017-10-311-2/+4
| * userns: Simplify the user and group mapping functionsEric W. Biederman2017-10-311-74/+58Star
| * userns: Don't special case a count of 0Eric W. Biederman2017-10-311-7/+3Star
| * userns: bump idmap limits to 340Christian Brauner2017-10-311-30/+320
| * userns: use union in {g,u}idmap structChristian Brauner2017-10-311-12/+18
* | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-4/+14
|\ \
| * | Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-4/+14
| * | Merge remote-tracking branch 'tip/timers/core' into afs-nextDavid Howells2017-11-1315-267/+396
| |\ \
* | \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-168-50/+22Star
|\ \ \ \
| * | | | mm, sysctl: make NUMA stats configurableKemi Wang2017-11-161-0/+9
| * | | | mm: remove __GFP_COLDMel Gorman2017-11-161-2/+2
| * | | | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-162-20/+0Star
| * | | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-162-8/+7Star
| * | | | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-163-12/+0Star
| * | | | mm: consolidate page table accountingKirill A. Shutemov2017-11-161-12/+4Star
| * | | | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-161-3/+3
| * | | | mm: account pud page tablesKirill A. Shutemov2017-11-161-0/+4
* | | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-1512-34/+684
|\ \ \ \ \
| * | | | | cgroup: export list of cgroups v2 features using sysfsRoman Gushchin2017-11-061-0/+8
| * | | | | cgroup: export list of delegatable control files using sysfsRoman Gushchin2017-11-061-0/+61
| * | | | | cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo2017-10-301-1/+1
| * | | | | cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-264-16/+68
| * | | | | sched: Implement interface for cgroup unified hierarchyTejun Heo2017-09-291-0/+171
| * | | | | sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo2017-09-291-4/+4
| * | | | | sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_...Tejun Heo2017-09-251-0/+7
| * | | | | cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo2017-09-251-0/+8
| * | | | | cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo2017-09-254-3/+365
| * | | | | cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-257-23/+6Star