2021-10-30 |
Arnd Bergmann | locking: Remove spin_lock_flags() etc |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Yanfei Xu | locking/rwsem: Fix comments about reader optimistic... |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Yanfei Xu | locking: Remove rcu_read_{,un}lock() for preempt_{dis... |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Yanfei Xu | locking/rwsem: Disable preemption for spinning region |
commit | commitdiff | tree | snapshot |
2021-10-19 |
André Almeida | docs: futex: Fix kernel-doc references |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Peter Zijlstra | futex: Fix PREEMPT_RT build |
commit | commitdiff | tree | snapshot |
2021-10-07 |
André Almeida | futex2: Documentation: Document sys_futex_waitv() uAPI |
commit | commitdiff | tree | snapshot |
2021-10-07 |
André Almeida | selftests: futex: Test sys_futex_waitv() wouldblock |
commit | commitdiff | tree | snapshot |
2021-10-07 |
André Almeida | selftests: futex: Test sys_futex_waitv() timeout |
commit | commitdiff | tree | snapshot |
2021-10-07 |
André Almeida | selftests: futex: Add sys_futex_waitv() test |
commit | commitdiff | tree | snapshot |
2021-10-07 |
André Almeida | futex,arm: Wire up sys_futex_waitv() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
André Almeida | futex,x86: Wire up sys_futex_waitv() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
André Almeida | futex: Implement sys_futex_waitv() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Simplify double_lock_hb() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Split out wait/wake |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Split out requeue |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Rename mark_wake_futex() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Rename: match_futex() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Rename: hb_waiter_{inc,dec,pending}() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Split out PI futex |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Rename: {get,cmpxchg}_futex_value_locked() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Rename hash_futex() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Rename __unqueue_futex() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Rename: queue_{,un}lock() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Rename futex_wait_queue_me() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Rename {,__}{,un}queue_me() |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Split out syscalls |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | futex: Move to kernel/futex/ |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Davidlohr Bueso | locking/rwbase: Optimize rwbase_read_trylock |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Peter Zijlstra | Merge branch 'tip/locking/urgent' |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Thomas Gleixner | rtmutex: Wake up the waiters lockless while dropping... |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Sebastian Andrzej... | rtmutex: Check explicit for TASK_RTLOCK_WAIT. |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Thomas Gleixner | locking/rt: Take RCU nesting into account for __might_r... |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Thomas Gleixner | sched: Make cond_resched_lock() variants RT aware |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Thomas Gleixner | sched: Make RCU nest depth distinct in __might_resched() |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Thomas Gleixner | sched: Make might_sleep() output less confusing |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Thomas Gleixner | sched: Cleanup might_sleep() printks |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Thomas Gleixner | sched: Remove preempt_offset argument from __might_sleep() |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Thomas Gleixner | sched: Make cond_resched_*lock() variants consistent... |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Thomas Gleixner | sched: Clean up the might_sleep() underscore zoo |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Nathan Chancellor | locking/ww-mutex: Fix uninitialized use of ret in test_aa() |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Shaokun Zhang | locking/lockdep: Cleanup the repeated declaration |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Zhouyi Zhou | lockdep: Improve comments in wait-type checks |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Sebastian Andrzej... | lockdep: Let lock_is_held_type() detect recursive read... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Maarten Lankhorst | kernel/locking: Add context to ww_mutex_trylock() |
commit | commitdiff | tree | snapshot |
2021-09-15 |
Boqun Feng | locking/rwbase: Take care of ordering guarantee for... |
commit | commitdiff | tree | snapshot |
2021-09-15 |
Peter Zijlstra | locking/rwbase: Extract __rwbase_write_trylock() |
commit | commitdiff | tree | snapshot |
2021-09-15 |
Peter Zijlstra | locking/rwbase: Properly match set_and_save_state(... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Linux 5.15-rc1 |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge tag 'perf-tools-for-v5.15-2021-09-11' of git... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge tag 'compiler-attributes-for-linus-v5.15-rc1... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git:... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge tag 'smp-urgent-2021-09-12' of git://git./linux... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge tag 'for-linus-5.15-1' of git://github.com/cminya... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge tag 'sched_urgent_for_v5.15_rc1' of git://git... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge tag 'locking_urgent_for_v5.15_rc1' of git://git... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge tag 'timers_urgent_for_v5.15_rc1' of git://git... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge branch 'misc.namei' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
Linus Torvalds | Merge tag '5.15-rc-cifs-part2' of git://git.samba.org... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'for_linus' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'riscv-for-linus-5.15-mw1' of git://git.... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge branch 'for-5.15' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Arnaldo Carvalho... | tools headers UAPI: Update tools's copy of drm.h headers |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Arnaldo Carvalho... | tools headers UAPI: Sync drm/i915_drm.h with the kernel... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Arnaldo Carvalho... | tools headers UAPI: Sync linux/fs.h with the kernel... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Arnaldo Carvalho... | tools headers UAPI: Sync linux/in.h copy with the kerne... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Ian Rogers | perf tools: Add an option to build without libbfd |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Namhyung Kim | perf tools: Allow build-id with trailing zeros |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Adrian Hunter | perf tools: Fix hybrid config terms list corruption |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Adrian Hunter | perf tools: Factor out copy_config_terms() and free_con... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Adrian Hunter | perf tools: Fix perf_event_attr__fprintf() missing... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Ian Rogers | perf tools: Ignore Documentation dependency file |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'io_uring-5.15-2021-09-11' of git://git.kerne... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'block-5.15-2021-09-11' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'libata-5.15-2021-09-11' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'trace-v5.15-3' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'devicetree-fixes-for-5.15-1' of git://git... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'clk-for-linus' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'rtc-5.15' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'firewire-update' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'pwm/for-5.15-rc1' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge tag 'thermal-v5.15-rc1' of git://git./linux/kerne... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Linus Torvalds | Merge branch 'for-linus' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Jisheng Zhang | riscv: Move EXCEPTION_TABLE to RO_DATA segment |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Jisheng Zhang | riscv: Enable BUILDTIME_TABLE_SORT |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Geert Uytterhoeven | riscv: dts: microchip: mpfs-icicle: Fix serial console |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Masahiro Yamada | riscv: move the (z)install rules to arch/riscv/Makefile |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Kefeng Wang | riscv: Improve stack randomisation on RV64 |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Heinrich Schuchardt | riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1 |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Heinrich Schuchardt | riscv: defconfig: enable BLK_DEV_NVME |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Thomas Gleixner | Documentation: core-api/cpuhotplug: Rewrite the API... |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Sebastian Andrzej... | cpu/hotplug: Remove deprecated CPU-hotplug functions. |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Sebastian Andrzej... | thermal: Replace deprecated CPU-hotplug functions. |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Thomas Gleixner | Merge branch 'linus' into smp/urgent |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Arnaldo Carvalho... | perf bpf: Provide a weak btf__load_from_kernel_by_id... |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Arnaldo Carvalho... | tools include UAPI: Update linux/mount.h copy |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Arnaldo Carvalho... | perf beauty: Cover more flags in the move_mount syscal... |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Arnaldo Carvalho... | tools headers UAPI: Sync linux/prctl.h with the kernel... |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Arnaldo Carvalho... | tools include UAPI: Sync sound/asound.h copy with the... |
commit | commitdiff | tree | snapshot |
next |