| Commit message (Expand) | Author | Age | Files | Lines |
* | irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK too | Ingo Molnar | 2020-06-02 | 1 | -0/+2 |
* | sched: Replace rq::wake_list | Peter Zijlstra | 2020-05-28 | 2 | -0/+2 |
* | irq_work, smp: Allow irq_work on call_single_queue | Peter Zijlstra | 2020-05-28 | 2 | -2/+28 |
* | Merge branch 'core/rcu' into sched/core, to pick up dependency | Ingo Molnar | 2020-05-28 | 17 | -33/+285 |
|\ |
|
| * | rcu: Provide __rcu_is_watching() | Thomas Gleixner | 2020-05-19 | 2 | -0/+2 |
| * | rcu: Provide rcu_irq_exit_preempt() | Thomas Gleixner | 2020-05-19 | 2 | -0/+2 |
| * | x86/mce: Send #MC singal from task work | Peter Zijlstra | 2020-05-19 | 1 | -0/+6 |
| * | sched,rcu,tracing: Avoid tracing before in_nmi() is correct | Peter Zijlstra | 2020-05-19 | 1 | -2/+11 |
| * | sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exception | Peter Zijlstra | 2020-05-19 | 1 | -11/+0 |
| * | lockdep: Always inline lockdep_{off,on}() | Peter Zijlstra | 2020-05-19 | 1 | -2/+21 |
| * | hardirq/nmi: Allow nested nmi_enter() | Peter Zijlstra | 2020-05-19 | 2 | -3/+6 |
| * | Merge tag 'noinstr-lds-2020-05-19' into core/rcu | Thomas Gleixner | 2020-05-19 | 65 | -203/+351 |
| |\ |
|
| | * | vmlinux.lds.h: Create section for protection against instrumentation | Thomas Gleixner | 2020-05-19 | 4 | -0/+70 |
| | | | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-----. \ | Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.... | Paul E. McKenney | 2020-05-07 | 8 | -13/+165 |
| |\ \ \ \ \ |
|
| | | | | * | | locktorture.c: Fix if-statement empty body warnings | Randy Dunlap | 2020-04-27 | 1 | -1/+1 |
| | | | |/ / |
|
| | | * | | | rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPI | Paul E. McKenney | 2020-04-27 | 1 | -1/+2 |
| | | * | | | rcu-tasks: Split ->trc_reader_need_end | Paul E. McKenney | 2020-04-27 | 2 | -6/+9 |
| | | * | | | rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooks | Paul E. McKenney | 2020-04-27 | 2 | -8/+38 |
| | | * | | | rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooks | Paul E. McKenney | 2020-04-27 | 2 | -0/+92 |
| | | * | | | rcu-tasks: Add an RCU-tasks rude variant | Paul E. McKenney | 2020-04-27 | 1 | -0/+3 |
| | | * | | | rcu-tasks: Refactor RCU-tasks to allow variants to be added | Paul E. McKenney | 2020-04-27 | 1 | -3/+3 |
| | | * | | | rcu: Reinstate synchronize_rcu_mult() | Paul E. McKenney | 2020-04-27 | 1 | -0/+19 |
| | | * | | | sched/core: Add function to sample state of locked-down task | Paul E. McKenney | 2020-04-27 | 1 | -0/+2 |
| | | * | | | rcu: Remove unused ->rcu_read_unlock_special.b.deferred_qs field | Lai Jiangshan | 2020-04-27 | 1 | -1/+1 |
| | | |/ / |
|
| | * / / | rcu: Add rcu_gp_might_be_stalled() | Paul E. McKenney | 2020-04-27 | 2 | -0/+2 |
| | |/ / |
|
| * / / | Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way" | Jonathan Neuschäfer | 2020-04-27 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'sched/urgent' | Peter Zijlstra | 2020-05-19 | 55 | -138/+336 |
|\ \ \ |
|
| * \ \ | Merge tag 'usb-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2020-05-17 | 1 | -13/+95 |
| |\ \ \ |
|
| | * | | | usb: raw-gadget: support stalling/halting/wedging endpoints | Andrey Konovalov | 2020-05-14 | 1 | -0/+15 |
| | * | | | usb: raw-gadget: fix gadget endpoint selection | Andrey Konovalov | 2020-05-14 | 1 | -3/+69 |
| | * | | | usb: raw-gadget: improve uapi headers comments | Andrey Konovalov | 2020-05-14 | 1 | -10/+11 |
| | | |/
| | |/| |
|
| * | | | Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-05-17 | 1 | -0/+6 |
| |\ \ \ |
|
| | * | | | x86: Fix early boot crash on gcc-10, third try | Borislav Petkov | 2020-05-15 | 1 | -0/+6 |
| | |/ / |
|
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-05-16 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | KVM: Introduce kvm_make_all_cpus_request_except() | Suravee Suthikulpanit | 2020-05-08 | 1 | -0/+3 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-05-15 | 8 | -9/+22 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-05-15 | 1 | -1/+1 |
| | |\ \ \ \ |
|
| | | * | | | | security: Fix the default value of secid_to_secctx hook | Anders Roxell | 2020-05-14 | 1 | -1/+1 |
| | * | | | | | net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810 | Kevin Lo | 2020-05-15 | 1 | -0/+1 |
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2020-05-14 | 2 | -1/+2 |
| | |\ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | | * | | | | netfilter: flowtable: Add pending bit for offload work | Paul Blakey | 2020-05-11 | 1 | -0/+1 |
| | | * | | | | netfilter: conntrack: avoid gcc-10 zero-length-bounds warning | Arnd Bergmann | 2020-05-10 | 1 | -1/+1 |
| | * | | | | | tcp: fix SO_RCVLOWAT hangs with fat skbs | Eric Dumazet | 2020-05-12 | 1 | -0/+13 |
| | * | | | | | ptp: fix struct member comment for do_aux_work | Jacob Keller | 2020-05-12 | 1 | -4/+4 |
| | |/ / / / |
|
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2020-05-09 | 1 | -0/+1 |
| | |\ \ \ \ |
|
| | | * | | | | bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size | John Fastabend | 2020-05-06 | 1 | -0/+1 |
| | * | | | | | net: bareudp: avoid uninitialized variable warning | Arnd Bergmann | 2020-05-08 | 1 | -2/+0 |
| | * | | | | | net: remove spurious declaration of tcp_default_init_rwnd() | Maciej Żenczykowski | 2020-05-07 | 1 | -1/+0 |
| * | | | | | | Merge tag 'sound-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2020-05-15 | 1 | -0/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ALSA: rawmidi: Fix racy buffer resize under concurrent accesses | Takashi Iwai | 2020-05-07 | 1 | -0/+1 |