summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-19/+19
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-53/+94
2015-04-22Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-3/+20
2015-04-22Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+7
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-35/+18
2015-04-19smp: Fix error case handling in smp_call_function_*()Linus Torvalds-1/+3
2015-04-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-32/+62
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+9
2015-04-17tracing: Fix possible out of bounds memory access when parsing enumsSteven Rostedt (Red Hat)-0/+6
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso-0/+1
2015-04-17gcov: fix softlockupsAndrey Ryabinin-1/+4
2015-04-17kernel/sysctl.c: detect overflows when converting to intHeinrich Schuchardt-1/+9
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso-25/+41
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov-19/+37
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt-6/+31
2015-04-17kernel/fork.c: avoid division by zeroHeinrich Schuchardt-9/+20
2015-04-17kernel/fork.c: new function for max_threadsHeinrich Schuchardt-13/+21
2015-04-17fork_init: update max_threads commentJean Delvare-2/+2
2015-04-17fork: report pid reservation failure properlyMichal Hocko-9/+11
2015-04-17signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoVladimir Davydov-9/+5
2015-04-17ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov-10/+9
2015-04-17ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov-0/+20
2015-04-17smp: Fix smp_call_function_single_async() lockingLinus Torvalds-31/+47
2015-04-17lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra-1/+15
2015-04-16bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov-2/+7
2015-04-16bpf: fix verifier memory corruptionAlexei Starovoitov-1/+2
2015-04-16tracing: Fix incorrect enabling of trace events by boot cmdlineJoonsoo Kim-1/+8
2015-04-16tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent-2/+6
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-63/+106
2015-04-15tracing: remove use of seq_printf return valueJoe Perches-2/+2
2015-04-15cgroup: remove use of seq_printf return valueJoe Perches-1/+3
2015-04-15kernel/reboot.c: add orderly_reboot for graceful rebootJoel Stanley-5/+48
2015-04-15kernel/hung_task.c: change hung_task.c to use for_each_process_thread()Aaron Tomlin-2/+2
2015-04-15kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki-32/+0
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda-20/+41
2015-04-15mm: allow compaction of unevictable pagesEric B Munson-0/+9
2015-04-15memcg: zap mem_cgroup_lookup()Vladimir Davydov-1/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-142/+1
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+1
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells-9/+9
2015-04-15VFS: audit: d_backing_inode() annotationsDavid Howells-13/+13
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-116/+205
2015-04-15params: handle quotes properly for values not of form foo="bar".Rusty Russell-2/+2
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+12
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-98/+244
2015-04-14kernel, cpuset: remove exception for __GFP_THISNODEDavid Rientjes-13/+5
2015-04-14watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell-19/+2
2015-04-14watchdog: clean up some function names and argumentsUlrich Obergfell-8/+12
2015-04-14watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell-76/+40