Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-01-05 | 3 | -10/+10 |
|\ | |||||
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-12-29 | 3 | -10/+10 |
| |\ | |||||
| | * | bpf: Use thread_group_leader() | Jonathan Lemon | 2020-12-24 | 1 | -1/+1 |
| | * | bpf: Save correct stopping point in file seq iteration | Jonathan Lemon | 2020-12-24 | 1 | -1/+2 |
| | * | bpf: Add schedule point in htab_init_buckets() | Eric Dumazet | 2020-12-22 | 1 | -0/+1 |
| | * | bpf: Remove unused including <linux/version.h> | Tian Tao | 2020-12-18 | 1 | -1/+0 |
* | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 2021-01-04 | 1 | -4/+21 |
|\ \ \ | |||||
| * | | | rcu-tasks: Move RCU-tasks initialization to before early_initcall() | Uladzislau Rezki (Sony) | 2020-12-15 | 1 | -4/+21 |
* | | | | Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-01-01 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | kernel/io_uring: cancel io_uring before task works | Pavel Begunkov | 2020-12-31 | 1 | -0/+2 |
* | | | | | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2020-12-28 | 1 | -3/+10 |
|\ \ \ \ \ | |||||
| * | | | | | workqueue: Kick a worker based on the actual activation of delayed works | Yunfeng Ye | 2020-11-25 | 1 | -3/+10 |
* | | | | | | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2020-12-28 | 2 | -15/+17 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | cgroup: Fix memory leak when parsing multiple source parameters | Qinglang Miao | 2020-12-16 | 1 | -0/+2 |
| * | | | | | cgroup/cgroup.c: replace 'of->kn->priv' with of_cft() | Hui Su | 2020-11-25 | 1 | -4/+4 |
| * | | | | | kernel: cgroup: Mundane spelling fixes throughout the file | Bhaskar Chowdhury | 2020-11-25 | 1 | -11/+11 |
| |/ / / / | |||||
* | | | | | Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-12-27 | 2 | -4/+6 |
|\ \ \ \ \ | |||||
| * | | | | | softirq: Avoid bad tracing / lockdep interaction | Peter Zijlstra | 2020-12-18 | 1 | -1/+1 |
| * | | | | | jump_label: Fix usage in module __init | Peter Zijlstra | 2020-12-18 | 1 | -3/+5 |
* | | | | | | Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-12-27 | 3 | -15/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill" | Colin Ian King | 2020-12-18 | 1 | -1/+1 |
| * | | | | | | tick/sched: Remove bogus boot "safety" check | Thomas Gleixner | 2020-12-16 | 1 | -7/+0 |
| * | | | | | | tick: Remove pointless cpu valid check in hotplug code | Thomas Gleixner | 2020-12-16 | 1 | -7/+3 |
* | | | | | | | Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-12-27 | 2 | -33/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | sched: Optimize finish_lock_switch() | Peter Zijlstra | 2020-12-15 | 2 | -33/+20 |
* | | | | | | | | genirq: Fix export of irq_to_desc() for powerpc KVM | Michael Ellerman | 2020-12-25 | 1 | -1/+1 |
* | | | | | | | | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-12-24 | 3 | -20/+67 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | genirq: Restrict export of irq_to_desc() | Thomas Gleixner | 2020-12-15 | 1 | -1/+3 |
| * | | | | | | | | genirq: Provide kstat_irqdesc_cpu() | Thomas Gleixner | 2020-12-15 | 1 | -2/+2 |
| * | | | | | | | | genirq: Make kstat_irqs() static | Thomas Gleixner | 2020-12-15 | 1 | -13/+6 |
| * | | | | | | | | genirq: Annotate irq stats data races | Thomas Gleixner | 2020-12-15 | 2 | -4/+5 |
| * | | | | | | | | genirq: Move irq_set_lockdep_class() to core | Thomas Gleixner | 2020-12-15 | 1 | -0/+14 |
| * | | | | | | | | genirq: Move status flag checks to core | Thomas Gleixner | 2020-12-15 | 1 | -0/+20 |
| * | | | | | | | | genirq: Move irq_has_action() into core code | Thomas Gleixner | 2020-12-15 | 1 | -0/+17 |
* | | | | | | | | | Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2020-12-22 | 1 | -30/+76 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2020-12-22 | 1 | -30/+76 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | cpufreq: Add special-purpose fast-switching callback for drivers | Rafael J. Wysocki | 2020-12-15 | 1 | -10/+58 |
| | * | | | | | | | | | cpufreq: schedutil: Add util to struct sg_cpu | Rafael J. Wysocki | 2020-12-15 | 1 | -22/+20 |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-12-22 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | kasan: rename (un)poison_shadow to (un)poison_range | Andrey Konovalov | 2020-12-22 | 1 | -2/+2 |
* | | | | | | | | | | | | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-12-22 | 6 | -8/+384 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | dma-mapping: add benchmark support for streaming DMA APIs | Barry Song | 2020-11-27 | 3 | -0/+371 |
| * | | | | | | | | | | | dma-contiguous: fix a typo error in a comment | tangjianqiang | 2020-11-27 | 1 | -1/+1 |
| * | | | | | | | | | | | dma-pool: no need to check return value of debugfs_create functions | Tiezhu Yang | 2020-11-27 | 1 | -3/+0 |
| * | | | | | | | | | | | dma-mapping: Allow mixing bypass and mapped DMA operation | Alexey Kardashevskiy | 2020-11-27 | 2 | -4/+12 |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-12-20 | 1 | -1/+16 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 2020-12-15 | 11 | -112/+124 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | sched/wait: Add add_wait_queue_priority() | David Woodhouse | 2020-11-15 | 1 | -1/+16 |
* | | | | | | | | | | | | | epoll: wire up syscall epoll_pwait2 | Willem de Bruijn | 2020-12-19 | 1 | -0/+2 |
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2020-12-17 | 36 | -352/+662 |
|\ \ \ \ \ \ \ \ \ \ \ \ |