aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-01-31bpf: fix bitrotted kerneldocValdis Kletnieks1-1/+2
2019-01-30audit: ignore fcaps on umountRichard Guy Briggs3-5/+13
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf3-31/+5
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-12/+39
2019-01-29bpf: btf: allow typedef func_protoYonghong Song1-1/+2
2019-01-29x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan1-4/+1
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2-3/+14
2019-01-29futex: No need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva3-2/+3
2019-01-29timekeeping/debug: No need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+2
2019-01-29genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2-4/+0
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-296/+774
2019-01-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-01-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-11/+34
2019-01-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+4
2019-01-27sched/fair: Fix unnecessary increase of balance intervalVincent Guittot1-13/+27
2019-01-27sched/fair: Fix rounding bug for asym packingVincent Guittot1-3/+1
2019-01-27sched/fair: Trigger asym_packing during idle load balanceVincent Guittot1-1/+1
2019-01-27sched/fair: Robustify CFS-bandwidth timer lockingPeter Zijlstra1-14/+16
2019-01-27sched/core: Give DCE a fighting chancePeter Zijlstra3-8/+16
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret2-0/+40
2019-01-26bpf: JIT blinds support JMP32Jiong Wang1-0/+21
2019-01-26bpf: interpreter support for JMP32Jiong Wang1-134/+63
2019-01-26bpf: disassembler support JMP32Jiong Wang1-15/+19
2019-01-26bpf: verifier support JMP32Jiong Wang2-33/+173
2019-01-26bpf: refactor verifier min/max code for condition jumpJiong Wang1-73/+99
2019-01-25rcuperf: Stop abusing IS_ENABLED()Paul E. McKenney1-1/+7
2019-01-25rcutorture: Add grace period after CPU offlinePaul E. McKenney3-3/+16
2019-01-25rcutorture: Record grace periods in forward-progress histogramPaul E. McKenney1-7/+22
2019-01-25srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior3-43/+24
2019-01-25rcu: Fix obsolete DYNTICK_IRQ_NONIDLE commentPaul E. McKenney1-1/+1
2019-01-25rcu: Repair rcu_nmi_exit() docbook headerPaul E. McKenney1-1/+0
2019-01-25rcu: Remove preemption disabling from expedited CPU selectionPaul E. McKenney1-2/+0
2019-01-25rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney1-7/+3
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney5-26/+22
2019-01-25Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney3-78/+109
2019-01-25rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()Zhang, Jun1-1/+1
2019-01-25rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun1-6/+14
2019-01-25rcu: Add sysrq rcu_node-dump capabilityPaul E. McKenney1-0/+25
2019-01-25rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flagsPaul E. McKenney1-1/+1
2019-01-25rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney2-23/+34
2019-01-25rcu: Update NOCB commentsPaul E. McKenney1-17/+16
2019-01-25rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variablePaul E. McKenney1-4/+0
2019-01-25rcu: Move rcu_cpu_has_work to rcu_data structurePaul E. McKenney2-13/+5
2019-01-25rcu: Remove unused rcu_cpu_kthread_loops per-CPU variablePaul E. McKenney2-3/+0
2019-01-25rcu: Move rcu_cpu_kthread_status to rcu_data structurePaul E. McKenney2-5/+5
2019-01-25rcu: Move rcu_cpu_kthread_task to rcu_data structurePaul E. McKenney2-7/+10
2019-01-25rcu: Accommodate zero jiffies_till_first_fqs and kthread kickingPaul E. McKenney1-1/+1
2019-01-25rcu: Discard separate per-CPU callback countsPaul E. McKenney3-68/+13
2019-01-25rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited()Paul E. McKenney1-45/+36