aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-08-17rcu: Drive TASKS_RCU directly off of PREEMPTPaul E. McKenney2-18/+2
2017-08-17locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng1-1/+10
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook1-0/+12
2017-08-17Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar4-12/+40
2017-08-16Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-6/+8
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2-1/+5
2017-08-16bpf: sockmap state change warning fixJohn Fastabend1-0/+3
2017-08-16bpf: devmap: remove unnecessary value size checkJohn Fastabend1-6/+0
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend1-0/+1
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend4-2/+857
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend1-1/+2
2017-08-16sched/completion: Document that reinit_completion() must be called after complete_all()Steven Rostedt1-0/+8
2017-08-16Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner3-0/+170
2017-08-16genirq/irq_sim: Add a devres variant of irq_sim_init()Bartosz Golaszewski1-0/+43
2017-08-16genirq/irq_sim: Add a simple interrupt simulator frameworkBartosz Golaszewski3-0/+127
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+32
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+30
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann1-4/+30
2017-08-15bpf/verifier: track liveness for pruningEdward Cree1-43/+146
2017-08-15audit: Receive unmount eventJan Kara1-1/+1
2017-08-15audit: Fix use after free in audit_remove_watch_rule()Jan Kara1-5/+7
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas1-1/+2
2017-08-15fork: allow arch-override of VMAP stack alignmentMark Rutland1-1/+2
2017-08-15printk: Clean up do_syslog() error handlingNikitas Angelinas1-23/+12
2017-08-15Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-96/+114
2017-08-14seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook1-2/+7
2017-08-14seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook1-6/+16
2017-08-14seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook1-18/+21
2017-08-14seccomp: Action to log before allowingTyler Hicks1-5/+18
2017-08-14seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks1-6/+20
2017-08-14seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks1-3/+168
2017-08-14seccomp: Operation for checking if an action is availableTyler Hicks1-0/+26
2017-08-14seccomp: Sysctl to display available actionsTyler Hicks1-0/+51
2017-08-14seccomp: Provide matching filter for introspectionKees Cook1-3/+15
2017-08-14locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseByungchul Park1-6/+6
2017-08-14locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_exit()Byungchul Park1-0/+4
2017-08-14genirq: Fix for_each_action_of_desc() macroMasahiro Yamada1-1/+1
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-2/+2
2017-08-11cgroup: remove unneeded checksDan Carpenter1-2/+2
2017-08-11cgroup: misc changesTejun Heo1-21/+2
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2-2/+2
2017-08-11PM / s2idle: Rename platform operations structureRafael J. Wysocki1-15/+15
2017-08-11PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki1-1/+1
2017-08-11PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2-27/+27
2017-08-11PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki2-24/+24
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-1/+1
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-1/+1
2017-08-10sched/autogroup: Fix error reporting printk text in autogroup_create()Anshuman Khandual1-2/+1
2017-08-10sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra1-68/+122
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park1-0/+11