aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyGravatar Michal Hocko 5-11/+7
2017-05-08kcov: simplify interrupt checkGravatar Dmitry Vyukov 1-8/+1
2017-05-08taskstats: add e/u/stime for TGID commandGravatar Zhang Xiao 1-0/+14
2017-05-08pidns: expose task pid_ns_for_children to userspaceGravatar Kirill Tkhai 1-0/+34
2017-05-08pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Gravatar Kirill Tkhai 1-1/+3
2017-05-08ia64: reuse append_elf_note() and final_note() functionsGravatar Hari Bathini 2-48/+14
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREGravatar Hari Bathini 5-407/+456
2017-05-08fork: free vmapped stacks in cache when cpus are offlineGravatar Hoeun Ryu 1-0/+23
2017-05-08kernel/hung_task.c: defer showing held locksGravatar Tetsuo Handa 1-1/+7
2017-05-08proc/sysctl: fix the int overflow for jiffies conversionGravatar Gao Feng 1-1/+1
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-14/+18
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 3-4/+3
2017-05-03Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 12-585/+1303
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-25/+56
2017-05-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+9
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIGravatar Michal Hocko 1-3/+3
2017-05-03lockdep: allow to disable reclaim lockup detectionGravatar Michal Hocko 1-0/+4
2017-05-03lockdep: teach lockdep about memalloc_noio_saveGravatar Nikolay Borisov 1-1/+4
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+2
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Gravatar Linus Torvalds 4-32/+71
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 8-173/+201
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-13/+24
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-3/+3
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 10-281/+1068
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 14-282/+625
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-10/+5
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-3/+0
2017-05-02audit: fix the RCU locking for the auditd_connection structureGravatar Paul Moore 1-57/+100
2017-05-02audit: use kmem_cache to manage the audit_buffer cacheGravatar Paul Moore 1-49/+17
2017-05-02audit: Use timespec64 to represent audit timestampsGravatar Deepa Dinamani 3-9/+9
2017-05-02audit: store the auditd PID as a pid struct instead of pid_tGravatar Paul Moore 2-28/+58
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Gravatar Paul Moore 3-27/+13
2017-05-02audit: combine audit_receive() and audit_receive_skb()Gravatar Paul Moore 1-11/+8
2017-05-02audit: convert audit_watch.count from atomic_t to refcount_tGravatar Elena Reshetova 1-4/+5
2017-05-02audit: convert audit_tree.count from atomic_t to refcount_tGravatar Elena Reshetova 1-4/+5
2017-05-02audit: log module name on delete_moduleGravatar Richard Guy Briggs 1-0/+2
2017-05-02audit: remove unnecessary semicolon in audit_watch_handle_event()Gravatar Nicholas Mc Guire 1-1/+1
2017-05-02audit: remove unnecessary semicolon in audit_mark_handle_event()Gravatar Nicholas Mc Guire 1-1/+1
2017-05-02audit: remove unnecessary semicolon in audit_field_valid()Gravatar Nicholas Mc Guire 1-2/+2
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-13/+9
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-52/+0
2017-05-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 8-28/+208
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 13-485/+852
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-292/+518
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 14-117/+161
2017-05-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+8
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2017-05-01Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-28/+66
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 6-31/+53