summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+32
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+30
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann-4/+30
2017-08-15bpf/verifier: track liveness for pruningEdward Cree-43/+146
2017-08-15audit: Receive unmount eventJan Kara-1/+1
2017-08-15audit: Fix use after free in audit_remove_watch_rule()Jan Kara-5/+7
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas-1/+2
2017-08-15fork: allow arch-override of VMAP stack alignmentMark Rutland-1/+2
2017-08-15printk: Clean up do_syslog() error handlingNikitas Angelinas-23/+12
2017-08-15Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-96/+114
2017-08-14locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseByungchul Park-6/+6
2017-08-14locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_e...Byungchul Park-0/+4
2017-08-14genirq: Fix for_each_action_of_desc() macroMasahiro Yamada-1/+1
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney-2/+2
2017-08-11cgroup: remove unneeded checksDan Carpenter-2/+2
2017-08-11cgroup: misc changesTejun Heo-21/+2
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-2/+2
2017-08-11PM / s2idle: Rename platform operations structureRafael J. Wysocki-15/+15
2017-08-11PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki-1/+1
2017-08-11PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki-27/+27
2017-08-11PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki-24/+24
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit-1/+1
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner-1/+1
2017-08-10sched/autogroup: Fix error reporting printk text in autogroup_create()Anshuman Khandual-2/+1
2017-08-10sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra-68/+122
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park-0/+11
2017-08-10locking/lockdep: Make print_circular_bug() aware of crossreleaseByungchul Park-20/+47
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park-26/+56
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park-5/+47
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park-23/+492
2017-08-10locking/lockdep: Make check_prev_add() able to handle external stack_traceByungchul Park-21/+19
2017-08-10locking/lockdep: Change the meaning of check_prev_add()'s return valueByungchul Park-3/+4
2017-08-10locking/lockdep: Add a function building a chain between two classesByungchul Park-0/+70
2017-08-10locking/lockdep: Refactor lookup_chain_cache()Byungchul Park-48/+93
2017-08-10locking/lockdep: Avoid creating redundant linksPeter Zijlstra-0/+33
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra-95/+1
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra-2/+2
2017-08-10jump_label: Provide hotplug context variantsMarc Zyngier-4/+18
2017-08-10jump_label: Split out code under the hotplug lockMarc Zyngier-9/+19
2017-08-10jump_label: Move CPU hotplug lockingMarc Zyngier-2/+4
2017-08-10jump_label: Add RELEASE barrier after text changesPeter Zijlstra-2/+9
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini-0/+7
2017-08-10jump_label: Fix concurrent static_key_enable/disable()Paolo Bonzini-22/+37
2017-08-10locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()Kirill Tkhai-3/+30
2017-08-10locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai-9/+28
2017-08-10locking/osq_lock: Fix osq_lock queue corruptionPrateek Sood-0/+13
2017-08-10sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng-6/+0
2017-08-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-54/+103
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi-18/+7
2017-08-10sched/debug: Show task state in /proc/sched_debugXie XiuQi-6/+12