summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-02ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing
2019-04-02cpu/hotplug: Create SMT sysfs interface for all archesJosh Poimboeuf
2019-04-02PM / sleep: Measure the time of filesystems syncingHarry Pan
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdJann Horn
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer
2019-03-29bpf: Support variable offset stack access from helpersAndrey Ignatov
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin
2019-03-29tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Borislav Petkov
2019-03-28kallsyms: store type information in its own arrayEugene Loh
2019-03-28timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner
2019-03-28cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner
2019-03-28watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-27x86/ima: require signed kernel modulesMimi Zohar
2019-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-03-26locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionPaul E. McKenney
2019-03-26rcuperf: Fix cleanup path for invalid perf_type stringsPaul E. McKenney
2019-03-26rcutorture: Fix cleanup path for invalid torture_type stringsPaul E. McKenney
2019-03-26rcutorture: Fix expected forward progress duration in OOM notifierNeeraj Upadhyay
2019-03-26rcutorture: Remove ->ext_irq_conflict fieldPaul E. McKenney
2019-03-26rcutorture: Make rcutorture_extend_mask() comment match the codePaul E. McKenney
2019-03-26torture: Don't try to offline the last CPUPaul E. McKenney
2019-03-26rcu: Fix nohz status in stall warningNeeraj Upadhyay
2019-03-26rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney
2019-03-26rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney
2019-03-26rcu: Organize functions in tree_stall.hPaul E. McKenney
2019-03-26rcu: Move FAST_NO_HZ stall-warning code to tree_stall.hPaul E. McKenney
2019-03-26rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney
2019-03-26rcu: Move rcu_print_task_exp_stall() to tree_exp.hPaul E. McKenney
2019-03-26rcu: Inline RCU task stall-warning helper functionsPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of tree_plugin.hPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney
2019-03-26srcu: Check for in-flight callbacks in _cleanup_srcu_struct()Paul E. McKenney
2019-03-26rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_specialPaul E. McKenney
2019-03-26rcu: Fix typo in tree_exp.h commentPaul E. McKenney
2019-03-26rcu: Eliminate redundant NULL-pointer checkPaul E. McKenney
2019-03-26rcu: Fix force_qs_rnp() header commentZhouyi Zhou
2019-03-26rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() commentsPaul E. McKenney
2019-03-26rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qsNeeraj Upadhyay
2019-03-26rcu: Fix self-wakeups for grace-period kthreadNeeraj Upadhyay
2019-03-26rcu: Report error for bad rcu_nocbs= parameter valuesPaul E. McKenney
2019-03-26rcu: Allow rcu_nocbs= to specify all CPUsPaul E. McKenney
2019-03-26rcu: Move common code out of if-else blockAkira Yokosawa