summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-31irq/work: Don't reinvent the wheel but use existing llist APIByungchul Park1-5/+1
2017-10-29genirq: Document vcpu_info usage for percpu_devid interruptsChristoffer Dall1-1/+2
2017-10-19irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada1-2/+2
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada1-7/+7
2017-09-25genirq/matrix: Add tracepointsThomas Gleixner1-0/+15
2017-09-25genirq: Implement bitmap matrix allocatorThomas Gleixner3-0/+432
2017-09-25genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner1-0/+2
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner4-9/+10
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner4-20/+51
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2-3/+4
2017-09-25genirq: Separate activation and startupThomas Gleixner4-8/+43
2017-09-25genirq: Set managed shut down flag at initThomas Gleixner1-1/+1
2017-09-25genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner1-0/+11
2017-09-25irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2-0/+4
2017-09-25genirq/msi: Capture device name for debugfsThomas Gleixner3-1/+20
2017-09-25genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner2-1/+1
2017-09-25genirq: Check __free_irq() return value for NULLAlexandru Moise1-0/+4
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-6/+16
2017-09-22Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+310
2017-09-20bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-1/+2
2017-09-20Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+19
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann1-1/+6
2017-09-19bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet1-2/+4
2017-09-19tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2017-09-19tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)3-0/+10
2017-09-19tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-09-18bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser1-2/+4
2017-09-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+3
2017-09-16genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner1-1/+1
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-1/+2
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-8/+15
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-30/+7
2017-09-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen1-0/+7
2017-09-14sched/wait: Break up long wake list walkTim Chen1-15/+63
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2-2/+2
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-3/+25
2017-09-13Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+6
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+24
2017-09-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-19/+10
2017-09-12sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra3-3/+8
2017-09-12sched/core: WARN() when migrating to an offline CPUPeter Zijlstra1-0/+4
2017-09-12sched/fair: Plug hole between hotplug and active_load_balance()Peter Zijlstra1-0/+7
2017-09-12sched/fair: Avoid newidle balance for !active CPUsPeter Zijlstra1-0/+6
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds6-37/+77
2017-09-11perf/bpf: fix a clang compilation issueYonghong Song1-1/+1
2017-09-11sched/fair: Fix nuisance kernel-doc warningRandy Dunlap1-1/+1
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-12/+35