aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-03-25oom, oom_reaper: protect oom_reaper_list using simpler wayGravatar Tetsuo Handa 1-2/+0
2016-03-25oom: make oom_reaper_list single linkedGravatar Vladimir Davydov 1-1/+1
2016-03-25oom, oom_reaper: disable oom_reaper for oom_kill_allocating_taskGravatar Michal Hocko 1-0/+2
2016-03-25mm, oom_reaper: implement OOM victims queuingGravatar Michal Hocko 1-0/+3
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceGravatar Michal Hocko 1-1/+1
2016-03-25mm, oom: introduce oom reaperGravatar Michal Hocko 1-0/+2
2016-03-25sched: add schedule_timeout_idle()Gravatar Andrew Morton 1-0/+1
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 2-4/+4
2016-03-24Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+9
2016-03-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-14/+14
2016-03-24Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 9-16/+21
2016-03-24Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+19
2016-03-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+5
2016-03-24Merge branch 'parisc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+8
2016-03-25Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Gravatar Rafael J. Wysocki 1-0/+9
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-6/+7
2016-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-0/+20
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-7/+20
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+5
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-112/+115
2016-03-24Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-in...Gravatar Dave Airlie 2-4/+4
2016-03-23net: Fix typos and whitespace.Gravatar Bjorn Helgaas 1-109/+106
2016-03-23parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionGravatar Helge Deller 1-0/+8
2016-03-23Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Gravatar Linus Torvalds 1-0/+35
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 4-13/+22
2016-03-23x86/apic: Remove declaration of unused hw_nmi_is_cpu_stuckGravatar Yaowei Bai 1-1/+0
2016-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 14-37/+440
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 5-5/+56
2016-03-22memremap: add MEMREMAP_WC flagGravatar Brian Starkey 1-0/+1
2016-03-22kfifo: fix sparse complaintsGravatar Stefani Seibold 1-1/+1
2016-03-22kernel: add kcov code coverageGravatar Dmitry Vyukov 2-0/+40
2016-03-22panic: change nmi_panic from macro to functionGravatar Hidehiro Kawai 1-20/+1
2016-03-22cred/userns: define current_user_ns() as a functionGravatar Arnd Bergmann 2-3/+4
2016-03-22rapidio: add mport char device driverGravatar Alexandre Bounine 1-0/+271
2016-03-22rapidio: add outbound window supportGravatar Alexandre Bounine 2-0/+9
2016-03-22rapidio: add global inbound port write interfacesGravatar Alexandre Bounine 2-1/+10
2016-03-22rapidio: move rio_pw_enable into core codeGravatar Alexandre Bounine 2-0/+3
2016-03-22rapidio: move rio_local_set_device_id function to the common coreGravatar Alexandre Bounine 1-0/+1
2016-03-22rapidio: add lock protection for doorbell listGravatar Alexandre Bounine 1-0/+2
2016-03-22rapidio: add core mport removal supportGravatar Alexandre Bounine 1-0/+18
2016-03-22rapidio: move net allocation into core codeGravatar Alexandre Bounine 1-9/+9
2016-03-22rapidio: add shutdown notification for RapidIO devicesGravatar Alexandre Bounine 1-0/+2
2016-03-22rapidio: add query_mport operationGravatar Alexandre Bounine 2-0/+52
2016-03-22cpumask: remove incorrect information from commentGravatar Eric Biggers 1-2/+0
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesGravatar Jann Horn 1-1/+1
2016-03-22compat: add in_compat_syscall to ask whether we're in a compat syscallGravatar Andy Lutomirski 1-0/+15
2016-03-22tracing: Fix trace_printk() to print when not using bprintk()Gravatar Steven Rostedt (Red Hat) 1-3/+3
2016-03-22Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 6-35/+120
2016-03-21net: Add missing kernel-doc for netdev ptype listsGravatar Benjamin Poirier 1-0/+2