summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-07-15rcutorture: Add RCU-tasks qualifier to dereferencePaul E. McKenney
2015-07-15rcutorture: Fix rcu_torture_cbflood() for callback-free RCUPaul E. McKenney
2015-07-15rcutorture: Bounds-check rcutorture.shuffle_intervalPaul E. McKenney
2015-07-15rcutorture: Check nfakewriters parameterPaul E. McKenney
2015-07-15rcutorture: Better bounds checking for n_barrier_cbsPaul E. McKenney
2015-07-15rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev
2015-07-15rcu: Limit count of static data to the number of RCU levelsAlexander Gordeev
2015-07-15rcu: Remove unnecessary fields from rcu_state structureAlexander Gordeev
2015-07-15rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS itemsAlexander Gordeev
2015-07-15rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS itemsAlexander Gordeev
2015-07-15rcu: Simplify rcu_init_geometry() capacity arithmeticsAlexander Gordeev
2015-07-15rcu: Cleanup rcu_init_geometry() code and arithmeticsAlexander Gordeev
2015-07-15rcu: Remove superfluous local variable in rcu_init_geometry()Alexander Gordeev
2015-07-15rcu: Panic if RCU tree can not accommodate all CPUsAlexander Gordeev
2015-07-15rcu: Provide more diagnostics for stalled GP kthreadPaul E. McKenney
2015-07-15rcu: Change return type to boolNicholas Mc Guire
2015-07-15rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko
2015-07-15seccomp: swap hard-coded zeros to defined nameKees Cook
2015-07-15seccomp: add ptrace options for suspend/resumeTycho Andersen
2015-07-15seccomp: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar
2015-07-15Merge tag 'trace-v4.2-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-07-15genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner
2015-07-14cgroup: implement the PIDs subsystemAleksa Sarai
2015-07-14cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai
2015-07-14livepatch: Improve error handling in klp_disable_func()Minfei Huang
2015-07-14PM / autosleep: Use workqueue for user space wakeup sources garbage collectorSungEun Kim
2015-07-14tick: Move the export of tick_broadcast_oneshot_control to the proper placeThomas Gleixner
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-13ebpf: remove self-assignment in interpreter's tail callDaniel Borkmann
2015-07-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-07-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-07-11genirq: Remove the irq argument from setup_affinity()Jiang Liu
2015-07-11genirq: Provide and use __irq_can_set_affinity()Jiang Liu
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu
2015-07-11genirq: Remove irq argument from try_one_irq()Jiang Liu
2015-07-11genirq: Remove irq argument from report_bad_irq()Jiang Liu
2015-07-11genirq: Remove irq argument from suspend/resume_irq()Jiang Liu
2015-07-11genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu
2015-07-11tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2015-07-09module: Fix load_module() error pathPeter Zijlstra
2015-07-08Fix broken audit tests for exec arg lenLinus Torvalds
2015-07-08tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)
2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner
2015-07-07tick/broadcast: Handle spurious interrupts gracefullyThomas Gleixner
2015-07-07tick/broadcast: Check for hrtimer broadcast active earlyThomas Gleixner
2015-07-07tick/broadcast: Return busy when IPI is pendingThomas Gleixner