| Commit message (Expand) | Author | Age | Files | Lines |
* | torture: Eliminate torture_runnable and perf_runnable | Paul E. McKenney | 2017-12-11 | 1 | -1/+1 |
* | torture: Reduce #ifdefs for preempt_schedule() | Paul E. McKenney | 2017-12-11 | 1 | -0/+6 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-26 | 2 | -1/+11 |
|\ |
|
| * | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Thomas Gleixner | 2017-11-14 | 2 | -1/+11 |
| |\ |
|
| | * | irqchip/gic-v4: Add forward definition of struct irq_domain_ops | Marc Zyngier | 2017-11-13 | 1 | -0/+1 |
| | * | genirq: Track whether the trigger type has been set | Marc Zyngier | 2017-11-10 | 1 | -1/+10 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-26 | 2 | -45/+0 |
|\ \ \ |
|
| * | | | x86/PCI: Remove unused HyperTransport interrupt support | Bjorn Helgaas | 2017-11-23 | 2 | -45/+0 |
| |/ / |
|
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-26 | 2 | -7/+7 |
|\ \ \ |
|
| * | | | sched/debug: Fix task state recording/printout | Thomas Gleixner | 2017-11-24 | 1 | -3/+3 |
| * | | | sched/deadline: Don't use dubious signed bitfields | Dan Carpenter | 2017-11-21 | 1 | -4/+4 |
| |/ / |
|
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-11-26 | 1 | -8/+13 |
|\ \ \ |
|
| * | | | Merge branch 'linus' into core/objtool, to pick up dependent commits | Ingo Molnar | 2017-11-14 | 109 | -1186/+1649 |
| |\| | |
|
| * | | | objtool: Make unreachable annotation inline asms explicitly volatile | Josh Poimboeuf | 2017-11-07 | 1 | -8/+8 |
| * | | | objtool: Add a comment for the unreachable annotation macros | Josh Poimboeuf | 2017-11-07 | 1 | -0/+5 |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-11-25 | 6 | -111/+51 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o... | Thomas Gleixner | 2017-11-23 | 535 | -7647/+13367 |
| |\ \ \ \ |
|
| | * | | | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 2017-11-22 | 3 | -6/+3 |
| | * | | | | timer: Remove redundant __setup_timer*() macros | Kees Cook | 2017-11-22 | 3 | -45/+29 |
| | * | | | | timer: Pass function down to initialization routines | Kees Cook | 2017-11-22 | 1 | -15/+18 |
| | * | | | | timer: Remove unused data arguments from macros | Kees Cook | 2017-11-22 | 3 | -15/+8 |
| | * | | | | timer: Switch callback prototype to take struct timer_list * argument | Kees Cook | 2017-11-22 | 1 | -2/+2 |
| | * | | | | timer: Pass timer_list pointer to callbacks unconditionally | Kees Cook | 2017-11-22 | 1 | -4/+0 |
| | * | | | | timer: Remove setup_*timer() interface | Kees Cook | 2017-11-22 | 1 | -17/+0 |
| | * | | | | timer: Remove init_timer() interface | Kees Cook | 2017-11-22 | 1 | -3/+0 |
| | * | | | | block/laptop_mode: Convert timers to use timer_setup() | Kees Cook | 2017-11-22 | 1 | -1/+1 |
| * | | | | | timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD | Miroslav Lichvar | 2017-11-14 | 1 | -7/+0 |
| * | | | | | Merge branch 'linus' into timers/urgent | Thomas Gleixner | 2017-11-14 | 102 | -1184/+1601 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | timekeeping: Eliminate the stale declaration of ktime_get_raw_and_real_ts64() | Dou Liyang | 2017-11-13 | 1 | -6/+0 |
* | | | | | | Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-11-25 | 1 | -3/+38 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker... | Paolo Bonzini | 2017-11-17 | 1 | -3/+38 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source | Marc Zyngier | 2017-11-10 | 1 | -0/+3 |
| | * | | | | | | KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass | Marc Zyngier | 2017-11-10 | 1 | -0/+8 |
| | * | | | | | | KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain | Marc Zyngier | 2017-11-10 | 1 | -0/+19 |
| | * | | | | | | KVM: arm/arm64: GICv4: Add property field and per-VM predicate | Marc Zyngier | 2017-11-10 | 1 | -0/+3 |
| | * | | | | | | KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq | Eric Auger | 2017-11-06 | 1 | -3/+5 |
| | * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | Christoffer Dall | 2017-11-06 | 9 | -11/+254 |
| | |\ \ \ \ \ \
| | | | |_|_|_|/
| | | |/| | | | |
|
* | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2017-11-25 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK | Nicholas Bellinger | 2017-11-08 | 1 | -0/+1 |
| * | | | | | | | | target: add sense code INSUFFICIENT REGISTRATION RESOURCES | tangwenji | 2017-11-04 | 1 | -0/+1 |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-11-24 | 8 | -21/+23 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2017-11-23 | 3 | -19/+12 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | bpf: fix branch pruning logic | Alexei Starovoitov | 2017-11-23 | 1 | -1/+1 |
| | * | | | | | | | | | bpf: introduce ARG_PTR_TO_MEM_OR_NULL | Gianluca Borello | 2017-11-22 | 1 | -0/+1 |
| | * | | | | | | | | | bpf: make bpf_prog_offload_verifier_prep() static inline | Jakub Kicinski | 2017-11-21 | 1 | -1/+1 |
| | * | | | | | | | | | bpf: revert report offload info to user space | Jakub Kicinski | 2017-11-21 | 2 | -7/+0 |
| | * | | | | | | | | | bpf: turn bpf_prog_get_type() into a wrapper | Jakub Kicinski | 2017-11-21 | 1 | -7/+6 |
| | * | | | | | | | | | bpf: offload: move offload device validation out to the drivers | Jakub Kicinski | 2017-11-21 | 1 | -2/+2 |
| | * | | | | | | | | | bpf: offload: rename the ifindex field | Jakub Kicinski | 2017-11-21 | 1 | -1/+1 |
| * | | | | | | | | | | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn | 2017-11-23 | 5 | -2/+11 |
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|