summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-0510-65/+617
|\
| * Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-02-236-3/+513
| |\
| | * irqdomain: Allow the default irq domain to be retrievedMarc Zyngier2019-02-211-0/+14
| | * genirq: Fix wrong name in request_percpu_nmi() descriptionJulien Thierry2019-02-141-2/+2
| | * irqdesc: Add domain handler for NMIsJulien Thierry2019-02-051-0/+35
| | * genirq: Provide NMI handlersJulien Thierry2019-02-051-0/+54
| | * genirq: Provide NMI management for percpu_devid interruptsJulien Thierry2019-02-051-0/+177
| | * genirq: Provide basic NMI management for interrupt linesJulien Thierry2019-02-053-3/+233
| * | genirq/affinity: Remove the leftovers of the original set supportThomas Gleixner2019-02-181-16/+4
| * | genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei2019-02-181-18/+44
| * | genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei2019-02-181-4/+12
| * | genirq/affinity: Code consolidationThomas Gleixner2019-02-181-29/+27
| * | Merge branch 'linus' into irq/coreThomas Gleixner2019-02-1424-92/+242
| |\ \
| * | | softirq: Don't skip softirq execution when softirq thread is parkingMatthias Kaehlcke2019-02-101-1/+2
| * | | kthread: Add __kthread_should_park()Matthias Kaehlcke2019-02-101-1/+7
| * | | genirq: Avoid summation loops for /proc/statThomas Gleixner2019-02-103-4/+23
| * | | genirq/affinity: Move allocation of 'node_to_cpumask' to irq_build_affinity_m...Ming Lei2019-02-101-14/+13
| * | | genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-292-4/+0
| * | | genirq: Correctly annotate implicit fall throughMathieu Malaterre2019-01-151-1/+1
| * | | genirq: Annotate implicit fall throughMathieu Malaterre2019-01-151-0/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-057-48/+40
|\ \ \ \
| * | | | timers: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-293-2/+3
| * | | | timekeeping/debug: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-9/+2
| * | | | posix-cpu-timers: Remove private interval storageThomas Gleixner2019-01-151-7/+6
| * | | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2019-01-151-0/+1
| |\ \ \ \
| * | | | | time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney2019-01-152-30/+29
| | |/ / / | |/| | |
* | | | | Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-051-0/+1
|\ \ \ \ \
| * | | | | ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2019-01-181-0/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-0517-373/+1491
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-047-5/+146
| |\ \ \ \ \
| | * | | | | bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet2019-03-021-1/+7
| | * | | | | bpf: fix build without bpf_syscallAlexei Starovoitov2019-03-011-2/+5
| | * | | | | bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song2019-02-271-0/+1
| | * | | | | bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-271-0/+5
| | * | | | | bpf: enable program statsAlexei Starovoitov2019-02-274-5/+101
| | * | | | | seccomp, bpf: disable preemption before calling into bpf progAlexei Starovoitov2019-02-221-0/+2
| | * | | | | bpf: check that BPF programs run with preemption disabledPeter Zijlstra2019-02-191-0/+28
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-022-4/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-242-1/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-205-11/+27
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-162-44/+134
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: offload: add priv field for driversJakub Kicinski2019-02-121-1/+9
| | * | | | | | | | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-101-2/+29
| | * | | | | | | | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-101-40/+92
| | * | | | | | | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau2019-02-101-4/+7
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-155-23/+121
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0817-81/+129
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-015-14/+107
| * | | | | | | | | | bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov2019-02-013-1/+6
| * | | | | | | | | | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-019-19/+331