Age | Commit message (Expand) | Author |
2019-11-15 | genirq: Fix function documentation of __irq_alloc_descs() | luanshi |
2019-11-15 | irq_work: Fix IRQ_WORK_BUSY bit clearing | Frederic Weisbecker |
2019-11-11 | irq_work: Slightly simplify IRQ_WORK_PENDING clearing | Frederic Weisbecker |
2019-11-11 | irq_work: Fix irq_work_claim() memory ordering | Frederic Weisbecker |
2019-11-11 | irq_work: Convert flags to atomic_t | Frederic Weisbecker |
2019-11-10 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2019-11-10 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2019-11-10 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-11-10 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-11-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-11-08 | sched: Fix pick_next_task() vs 'change' pattern race | Peter Zijlstra |
2019-11-08 | sched/core: Fix compilation error when cgroup not selected | Qais Yousef |
2019-11-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-11-05 | Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-11-05 | clone3: validate stack arguments | Christian Brauner |
2019-11-05 | irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation | Yi Wang |
2019-11-04 | timekeeping/vsyscall: Update VDSO data unconditionally | Huacai Chen |
2019-11-04 | stacktrace: Don't skip first entry on noncurrent tasks | Jiri Slaby |
2019-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-11-01 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2019-10-31 | bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}() | Björn Töpel |
2019-10-30 | bpf: Allow narrow loads of bpf_sysctl fields with offset > 0 | Ilya Leoshkevich |
2019-10-29 | sched/topology: Allow sched_asym_cpucapacity to be disabled | Valentin Schneider |
2019-10-29 | sched/topology: Don't try to build empty sched domains | Valentin Schneider |
2019-10-28 | perf/core: Start rejecting the syscall with attr.__reserved_2 set | Alexander Shishkin |
2019-10-27 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2019-10-27 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-10-24 | Merge tag 'pm-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2019-10-23 | Merge tag 'trace-v5.4-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-10-23 | posix-cpu-timers: Fix two trivial comments | Yi Wang |
2019-10-23 | timers/sched_clock: Include local timekeeping.h for missing declarations | Ben Dooks (Codethink) |
2019-10-22 | bpf: Fix use after free in bpf_get_prog_name | Daniel Borkmann |
2019-10-22 | bpf: Fix use after free in subprog's jited symbol removal | Daniel Borkmann |
2019-10-22 | perf/aux: Fix AUX output stopping | Alexander Shishkin |
2019-10-21 | tracing: Fix race in perf_trace_buf initialization | Prateek Sood |
2019-10-21 | xdp: Handle device unregister for devmap_hash map type | Toke Høiland-Jørgensen |
2019-10-21 | perf/aux: Fix tracking of auxiliary trace buffer allocation | Thomas Richter |
2019-10-21 | PM: QoS: Introduce frequency QoS | Rafael J. Wysocki |
2019-10-20 | Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-10-20 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2019-10-20 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-10-19 | kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register | Song Liu |
2019-10-18 | xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds | Toke Høiland-Jørgensen |
2019-10-18 | tracing: Fix "gfp_t" format for synthetic events | Zhengjun Xing |
2019-10-18 | Merge tag 'pm-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2019-10-18 | Merge branches 'pm-cpufreq' and 'pm-sleep' | Rafael J. Wysocki |
2019-10-17 | stop_machine: Avoid potential race behaviour | Mark Rutland |
2019-10-17 | kheaders: substituting --sort in archive creation | Dmitry Goldin |
2019-10-16 | kthread: make __kthread_queue_delayed_work static | Ben Dooks |