summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-08-01srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney
2019-08-01rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()Paul E. McKenney
2019-08-01rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney
2019-08-01rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()Paul E. McKenney
2019-08-01time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney
2019-08-01lockdep: Make print_lock() address visiblePaul E. McKenney
2019-08-01rcu: Simplify rcu_note_context_switch exit from critical sectionJoel Fernandes (Google)
2019-08-01rcu: Make rcu_read_unlock_special() checks match raise_softirq_irqoff()Paul E. McKenney
2019-08-01rcu: Simplify rcu_read_unlock_special() deferred wakeupsPaul E. McKenney
2019-08-01bpf: always allocate at least 16 bytes for setsockopt hookStanislav Fomichev
2019-08-01pidfd: add P_PIDFD to waitid()Christian Brauner
2019-08-01posix-timers: Move rcu_head out of it unionSebastian Andrzej Siewior
2019-08-01posix-timers: Rework cancel retry loopsThomas Gleixner
2019-08-01posix-timers: Cleanup the flag/flags confusionThomas Gleixner
2019-08-01itimers: Prepare for PREEMPT_RTAnna-Maria Gleixner
2019-08-01alarmtimer: Prepare for PREEMPT_RTAnna-Maria Gleixner
2019-08-01sched/deadline: Ensure inactive_timer runs in hardirq contextJuri Lelli
2019-08-01timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner
2019-08-01hrtimer: Prepare support for PREEMPT_RTAnna-Maria Gleixner
2019-08-01hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RTSebastian Andrzej Siewior
2019-08-01hrtimer: Move unmarked hrtimers to soft interrupt expiry on RTSebastian Andrzej Siewior
2019-08-01tick: Mark tick related hrtimers to expiry in hard interrupt contextSebastian Andrzej Siewior
2019-08-01watchdog: Mark watchdog_hrtimer to expire in hard interrupt contextSebastian Andrzej Siewior
2019-08-01perf/core: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior
2019-08-01sched: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior
2019-08-01hrtimer: Make enqueue mode check work on RTThomas Gleixner
2019-08-01hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner
2019-08-01hrtimer: Provide hrtimer_sleeper_start_expires()Thomas Gleixner
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2019-07-31Merge tag 'trace-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-07-31kprobes: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner
2019-07-30fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner
2019-07-30exit: make setting exit_state consistentChristian Brauner
2019-07-30kernel/configs: Replace GPL boilerplate code with SPDX identifierThomas Huth
2019-07-30modules: always page-align module section allocationsJessica Yu
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen
2019-07-29xdp: Refactor devmap allocation code for reuseToke Høiland-Jørgensen
2019-07-29pidfd: Add warning if exit_state is 0 during notificationJoel Fernandes (Google)
2019-07-29dma-contiguous: page-align the size in dma_free_contiguous()Nicolin Chen
2019-07-29dma-contiguous: do not overwrite align in dma_alloc_contiguous()Nicolin Chen
2019-07-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-07-27padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan
2019-07-27padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller