summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-031-3/+3
* lockdep: allow to disable reclaim lockup detectionMichal Hocko2017-05-031-0/+4
* lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov2017-05-031-1/+4
* Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-05-038-173/+201
|\
| * audit: fix the RCU locking for the auditd_connection structurePaul Moore2017-05-021-57/+100
| * audit: use kmem_cache to manage the audit_buffer cachePaul Moore2017-05-021-49/+17
| * audit: Use timespec64 to represent audit timestampsDeepa Dinamani2017-05-023-9/+9
| * audit: store the auditd PID as a pid struct instead of pid_tPaul Moore2017-05-022-28/+58
| * audit: kernel generated netlink traffic should have a portid of 0Paul Moore2017-05-023-27/+13
| * audit: combine audit_receive() and audit_receive_skb()Paul Moore2017-05-021-11/+8
| * audit: convert audit_watch.count from atomic_t to refcount_tElena Reshetova2017-05-021-4/+5
| * audit: convert audit_tree.count from atomic_t to refcount_tElena Reshetova2017-05-021-4/+5
| * audit: log module name on delete_moduleRichard Guy Briggs2017-05-021-0/+2
| * audit: remove unnecessary semicolon in audit_watch_handle_event()Nicholas Mc Guire2017-05-021-1/+1
| * audit: remove unnecessary semicolon in audit_mark_handle_event()Nicholas Mc Guire2017-05-021-1/+1
| * audit: remove unnecessary semicolon in audit_field_valid()Nicholas Mc Guire2017-05-021-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-032-13/+24
|\ \
| * | LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa2017-03-281-1/+6
| * | update to v4.11-rc4 due to memory corruption bug in rc2James Morris2017-03-2834-496/+840
| |\ \
| * | | prlimit,security,selinux: add a security hook for prlimitStephen Smalley2017-03-061-12/+18
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-023-3/+3
|\ \ \ \
| * | | | treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-243-3/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-0210-281/+1068
|\ \ \ \ \
| * \ \ \ \ Merge branches 'for-4.12/upstream' and 'for-4.12/klp-hybrid-consistency-model...Jiri Kosina2017-05-0110-276/+1060
| |\ \ \ \ \
| | * | | | | livepatch: Cancel transition a safe way for immediate patchesPetr Mladek2017-04-111-20/+0
| | * | | | | livepatch: make klp_mutex proper part of APIJiri Kosina2017-03-083-2/+8
| | * | | | | livepatch: allow removal of a disabled patchJosh Poimboeuf2017-03-082-33/+84
| | * | | | | livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-088-25/+706
| | * | | | | livepatch: store function sizesJosh Poimboeuf2017-03-081-0/+16
| | * | | | | livepatch: use kstrtobool() in enabled_store()Josh Poimboeuf2017-03-081-8/+5
| | * | | | | livepatch: move patching functions into patch.cJosh Poimboeuf2017-03-084-202/+247
| | * | | | | livepatch: remove unnecessary object loaded checkJosh Poimboeuf2017-03-081-3/+0
| | * | | | | livepatch: separate enabled and patched statesJosh Poimboeuf2017-03-081-36/+36
| | * | | | | livepatch: create temporary klp_update_patch_state() stubJosh Poimboeuf2017-03-081-0/+3
| | * | | | | stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf2017-03-081-2/+10
| | | |/ / / | | |/| | |
| * | | | | livepatch: add missing printk newlinesJosh Poimboeuf2017-04-161-4/+4
| * | | | | livepatch: Reduce the time of finding module symbolsZhou Chengming2017-03-301-1/+4
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0214-282/+625
|\ \ \ \ \
| * | | | | bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2017-05-011-0/+11
| * | | | | bpf: bpf_lock on kallsysms doesn't need to be irqsaveHannes Frederic Sowa2017-04-281-8/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-1/+1
| |\ \ \ \ \
| * | | | | | bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-253-13/+18
| * | | | | | bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann2017-04-241-3/+0
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-212-5/+19
| |\ \ \ \ \ \
| * | | | | | | net: Remove NET_CORE_BUDGET_USECS from sysctl binary interface.David S. Miller2017-04-211-1/+0
| * | | | | | | Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead2017-04-211-0/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-206-8/+40
| |\ \ \ \ \ \ \
| * | | | | | | | bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau2017-04-171-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-1511-82/+89
| |\ \ \ \ \ \ \ \
| * | | | | | | | | netlink: extended ACK reportingJohannes Berg2017-04-131-1/+1