aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra1-1/+0
2019-04-03perf/core: Make perf_swevent_init_cpu() staticValdis Kletnieks1-1/+1
2019-04-03sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman1-3/+3
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu4-124/+348
2019-04-02tracing: Use tracing error_log with trace event filtersTom Zanussi1-2/+9
2019-04-02tracing: Use tracing error_log with hist triggersTom Zanussi1-102/+104
2019-04-02tracing: Save the last hist command's associated event nameTom Zanussi1-6/+27
2019-04-02tracing: Add tracing error logTom Zanussi2-0/+222
2019-04-02tracing: Kernel access to Ftrace instancesDivya Indi2-24/+51
2019-04-02ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing1-1/+1
2019-04-02cpu/hotplug: Create SMT sysfs interface for all archesJosh Poimboeuf1-25/+39
2019-04-02PM / sleep: Measure the time of filesystems syncingHarry Pan1-2/+7
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan4-16/+16
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdJann Horn1-9/+4
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+18
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2019-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-19/+31
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer1-3/+10
2019-03-29bpf: Support variable offset stack access from helpersAndrey Ignatov1-21/+54
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin1-2/+13
2019-03-29tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Borislav Petkov1-0/+4
2019-03-28kallsyms: store type information in its own arrayEugene Loh2-8/+15
2019-03-28timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2-4/+4
2019-03-28cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner1-2/+18
2019-03-28watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner1-2/+4
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-124/+336
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-70/+106
2019-03-27x86/ima: require signed kernel modulesMimi Zohar1-0/+5
2019-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-15/+18
2019-03-26locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionPaul E. McKenney1-0/+2
2019-03-26rcuperf: Fix cleanup path for invalid perf_type stringsPaul E. McKenney1-0/+5
2019-03-26rcutorture: Fix cleanup path for invalid torture_type stringsPaul E. McKenney1-0/+5
2019-03-26rcutorture: Fix expected forward progress duration in OOM notifierNeeraj Upadhyay1-1/+1
2019-03-26rcutorture: Remove ->ext_irq_conflict fieldPaul E. McKenney1-5/+0
2019-03-26rcutorture: Make rcutorture_extend_mask() comment match the codePaul E. McKenney1-1/+1
2019-03-26torture: Don't try to offline the last CPUPaul E. McKenney1-0/+2
2019-03-26rcu: Fix nohz status in stall warningNeeraj Upadhyay1-1/+1
2019-03-26rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney3-166/+173
2019-03-26rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney3-21/+21
2019-03-26rcu: Organize functions in tree_stall.hPaul E. McKenney2-84/+97
2019-03-26rcu: Move FAST_NO_HZ stall-warning code to tree_stall.hPaul E. McKenney3-81/+80
2019-03-26rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney3-22/+4
2019-03-26rcu: Move rcu_print_task_exp_stall() to tree_exp.hPaul E. McKenney2-31/+32
2019-03-26rcu: Inline RCU task stall-warning helper functionsPaul E. McKenney2-30/+7
2019-03-26rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney3-294/+299
2019-03-26rcu: Move RCU CPU stall-warning code out of tree_plugin.hPaul E. McKenney2-90/+95
2019-03-26rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney4-58/+66
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney3-30/+16
2019-03-26srcu: Check for in-flight callbacks in _cleanup_srcu_struct()Paul E. McKenney1-0/+2
2019-03-26rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_specialPaul E. McKenney2-3/+3