aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-35/+18
2015-04-19smp: Fix error case handling in smp_call_function_*()Gravatar Linus Torvalds 1-1/+3
2015-04-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-32/+62
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-3/+9
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileGravatar Davidlohr Bueso 1-0/+1
2015-04-17gcov: fix softlockupsGravatar Andrey Ryabinin 1-1/+4
2015-04-17kernel/sysctl.c: detect overflows when converting to intGravatar Heinrich Schuchardt 1-1/+9
2015-04-17prctl: avoid using mmap_sem for exe_file serializationGravatar Davidlohr Bueso 2-25/+41
2015-04-17mm: rcu-protected get_mm_exe_file()Gravatar Konstantin Khlebnikov 1-19/+37
2015-04-17kernel/sysctl.c: threads-max observe limitsGravatar Heinrich Schuchardt 2-6/+31
2015-04-17kernel/fork.c: avoid division by zeroGravatar Heinrich Schuchardt 1-9/+20
2015-04-17kernel/fork.c: new function for max_threadsGravatar Heinrich Schuchardt 1-13/+21
2015-04-17fork_init: update max_threads commentGravatar Jean Delvare 1-2/+2
2015-04-17fork: report pid reservation failure properlyGravatar Michal Hocko 2-9/+11
2015-04-17signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoGravatar Vladimir Davydov 1-9/+5
2015-04-17ptrace: ptrace_detach() can no longer race with SIGKILLGravatar Oleg Nesterov 1-10/+9
2015-04-17ptrace: fix race between ptrace_resume() and wait_task_stopped()Gravatar Oleg Nesterov 1-0/+20
2015-04-17smp: Fix smp_call_function_single_async() lockingGravatar Linus Torvalds 1-31/+47
2015-04-17lockdep: Make print_lock() robust against concurrent releaseGravatar Peter Zijlstra 1-1/+15
2015-04-16bpf: fix two bugs in verification logic when accessing 'ctx' pointerGravatar Alexei Starovoitov 1-2/+7
2015-04-16bpf: fix verifier memory corruptionGravatar Alexei Starovoitov 1-1/+2
2015-04-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 12-63/+106
2015-04-15tracing: remove use of seq_printf return valueGravatar Joe Perches 1-2/+2
2015-04-15cgroup: remove use of seq_printf return valueGravatar Joe Perches 1-1/+3
2015-04-15kernel/reboot.c: add orderly_reboot for graceful rebootGravatar Joel Stanley 1-5/+48
2015-04-15kernel/hung_task.c: change hung_task.c to use for_each_process_thread()Gravatar Aaron Tomlin 1-2/+2
2015-04-15kernel/resource.c: remove deprecated __check_region() and friendsGravatar Jakub Sitnicki 1-32/+0
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesGravatar Iulia Manda 6-20/+41
2015-04-15mm: allow compaction of unevictable pagesGravatar Eric B Munson 1-0/+9
2015-04-15memcg: zap mem_cgroup_lookup()Gravatar Vladimir Davydov 1-1/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-142/+1
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 9-116/+205
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-3/+12
2015-04-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-98/+244
2015-04-14kernel, cpuset: remove exception for __GFP_THISNODEGravatar David Rientjes 1-13/+5
2015-04-14watchdog: introduce the hardlockup_detector_disable() functionGravatar Ulrich Obergfell 1-19/+2
2015-04-14watchdog: clean up some function names and argumentsGravatar Ulrich Obergfell 1-8/+12
2015-04-14watchdog: enable the new user interface of the watchdog mechanismGravatar Ulrich Obergfell 2-76/+40
2015-04-14watchdog: implement error handling for failure to set up hardware perf eventsGravatar Ulrich Obergfell 1-0/+30
2015-04-14watchdog: introduce separate handlers for parameters in /proc/sys/kernelGravatar Ulrich Obergfell 1-0/+59
2015-04-14watchdog: introduce proc_watchdog_common()Gravatar Ulrich Obergfell 1-0/+65
2015-04-14watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()Gravatar Ulrich Obergfell 1-1/+2
2015-04-14watchdog: introduce the proc_watchdog_update() functionGravatar Ulrich Obergfell 1-0/+23
2015-04-14watchdog: new definitions and variables, initializationGravatar Ulrich Obergfell 1-1/+26
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-2/+3
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-180/+1226
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-21/+40
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 11-311/+743