summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | genirq: Mark wakeup sources as armed on suspendThomas Gleixner2014-09-011-0/+5
| | * | | | | | | | | genirq: Create helper for flow handler entry checkThomas Gleixner2014-09-011-28/+20
| | * | | | | | | | | genirq: Distangle edge handler entryThomas Gleixner2014-09-011-10/+29
| | * | | | | | | | | genirq: Avoid double loop on suspendThomas Gleixner2014-09-011-6/+7
| | * | | | | | | | | genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()Thomas Gleixner2014-09-011-12/+9
| | * | | | | | | | | genirq: Make use of pm misfeature accountingThomas Gleixner2014-09-011-6/+3
| | * | | | | | | | | genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner2014-09-013-0/+50
| | * | | | | | | | | genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner2014-09-013-31/+45
| | * | | | | | | | | PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki2014-09-011-0/+1
* | | | | | | | | | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-0/+70
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | resources: Add device-managed request/release_resource()Thierry Reding2014-09-041-0/+70
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-092-0/+45
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier2014-09-032-0/+45
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+8
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'nohz/drop-double-write-v3' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2014-08-261-0/+8
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | nohz: Avoid tick's double reprogramming in highres modeViresh Kumar2014-08-221-0/+4
| | * | | | | | | | | nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar2014-08-221-0/+4
| | |/ / / / / / / /
* | | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-095-22/+55
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker2014-09-131-0/+14
| * | | | | | | | | | nohz: Consolidate nohz full init codeFrederic Weisbecker2014-09-131-19/+19
| * | | | | | | | | | irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker2014-09-132-3/+14
| * | | | | | | | | | nohz: Move nohz full init call to tick initFrederic Weisbecker2014-09-132-0/+8
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-098-7/+2782
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-082-3/+6
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-022-39/+20
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | bpf: add search pruning optimization to verifierAlexei Starovoitov2014-10-021-0/+146
| * | | | | | | | | | | bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov2014-09-262-0/+120
| * | | | | | | | | | | bpf: verifier (add verifier core)Alexei Starovoitov2014-09-261-1/+1074
| * | | | | | | | | | | bpf: verifier (add branch/goto checks)Alexei Starovoitov2014-09-261-0/+189
| * | | | | | | | | | | bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov2014-09-261-0/+147
| * | | | | | | | | | | bpf: verifier (add ability to receive verification log)Alexei Starovoitov2014-09-262-1/+236
| * | | | | | | | | | | bpf: verifier (add docs)Alexei Starovoitov2014-09-263-2/+135
| * | | | | | | | | | | bpf: handle pseudo BPF_CALL insnAlexei Starovoitov2014-09-261-0/+37
| * | | | | | | | | | | bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2014-09-262-14/+180
| * | | | | | | | | | | bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov2014-09-261-0/+235
| * | | | | | | | | | | bpf: enable bpf syscall on x64 and i386Alexei Starovoitov2014-09-261-0/+3
| * | | | | | | | | | | bpf: introduce BPF syscall and mapsAlexei Starovoitov2014-09-262-1/+170
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-241-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-236-42/+72
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann2014-09-101-0/+2
| * | | | | | | | | | | | net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-101-0/+39
| * | | | | | | | | | | | net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-091-0/+5
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-0816-143/+326
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-052-6/+81
| * | | | | | | | | | | | | crash_dump: Make is_kdump_kernel() accessible from modulesAmir Vadai2014-08-261-0/+1
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-081-0/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown2014-09-251-0/+36
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-10-081-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sched: Add function single_task_running to let a task check if it is the only...Tim Chen2014-08-251-0/+12
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-10-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \