index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-06-18
posix-timers: Document sys_clock_getoverrun()
Thomas Gleixner
-8
/
+17
2023-06-18
posix-timers: Document common_clock_get() correctly
Thomas Gleixner
-20
/
+30
2023-06-18
posix-timers: Document sys_clock_getres() correctly
Thomas Gleixner
-8
/
+73
2023-06-18
posix-timers: Split release_posix_timers()
Thomas Gleixner
-16
/
+15
2023-06-18
posix-timers: Remove pointless irqsafe from hash_lock
Thomas Gleixner
-3
/
+2
2023-06-18
posix-timers: Set k_itimer:: It_signal to NULL on exit()
Thomas Gleixner
-0
/
+8
2023-06-18
posix-timers: Annotate concurrent access to k_itimer:: It_signal
Thomas Gleixner
-7
/
+7
2023-06-18
posix-timers: Add comments about timer lookup
Thomas Gleixner
-7
/
+32
2023-06-18
posix-timers: Cleanup comments about timer ID tracking
Thomas Gleixner
-20
/
+8
2023-06-18
posix-timers: Clarify timer_wait_running() comment
Thomas Gleixner
-4
/
+12
2023-06-18
posix-timers: Ensure timer ID search-loop limit is valid
Thomas Gleixner
-13
/
+18
2023-06-18
posix-timers: Prevent RT livelock in itimer_delete()
Thomas Gleixner
-8
/
+35
2023-06-17
irqdomain: Include internals.h for function prototypes
Arnd Bergmann
-0
/
+2
2023-06-16
sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()
Hao Jia
-0
/
+40
2023-06-16
sched/core: Avoid double calling update_rq_clock() in __balance_push_cpu_stop()
Hao Jia
-3
/
+4
2023-06-16
sched/core: Fixed missing rq clock update before calling set_rq_offline()
Hao Jia
-4
/
+4
2023-06-16
sched/deadline: Fix bandwidth reclaim equation in GRUB
Vineeth Pillai
-27
/
+29
2023-06-16
trace,smp: Add tracepoints for scheduling remotelly called functions
Leonardo Bras
-11
/
+5
2023-06-16
trace,smp: Add tracepoints around remotelly called functions
Leonardo Bras
-6
/
+19
2023-06-16
tick/common: Align tick period during sched_timer setup
Thomas Gleixner
-13
/
+13
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
-13
/
+16
2023-06-16
sched/wait: Fix a kthread_park race with wait_woken()
Arve Hjønnevåg
-6
/
+11
2023-06-16
sched/topology: Mark set_sched_topology() __init
Miaohe Lin
-1
/
+1
2023-06-16
sched/fair: Rename variable cpu_util eff_util
Tom Rix
-3
/
+3
2023-06-16
genirq: Allow fasteoi handler to resend interrupts on concurrent handling
James Gowans
-1
/
+17
2023-06-16
genirq: Expand doc for PENDING and REPLAY flags
James Gowans
-2
/
+5
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-19
/
+32
2023-06-14
kallsyms: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
-3
/
+3
2023-06-14
tracing/user_events: Add auto cleanup and future persist flag
Beau Belgrave
-13
/
+126
2023-06-14
tracing/user_events: Track refcount consistently via put/get
Beau Belgrave
-28
/
+41
2023-06-14
tracing/user_events: Store register flags on events
Beau Belgrave
-6
/
+10
2023-06-14
tracing/user_events: Remove user_ns walk for groups
Beau Belgrave
-37
/
+5
2023-06-14
tracing/user_events: Fix the incorrect trace record for empty arguments events
sunliming
-2
/
+2
2023-06-14
tracing: Modify print_fields() for fields output order
sunliming
-1
/
+1
2023-06-14
tracing/user_events: Handle matching arguments that is null from dyn_events
sunliming
-0
/
+2
2023-06-14
tracing/user_events: Prevent same name but different args event
sunliming
-6
/
+30
2023-06-13
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
-23
/
+68
2023-06-13
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
-0
/
+115
2023-06-13
bpf: ensure main program has an extable
Krister Johansen
-2
/
+5
2023-06-12
Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...
Linus Torvalds
-1
/
+13
2023-06-12
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
-10
/
+12
2023-06-12
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
-0
/
+16
2023-06-12
kexec: support purgatories with .text.hot sections
Ricardo Ribalda
-1
/
+13
2023-06-12
include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resume
Mario Limonciello
-0
/
+6
2023-06-12
cgroup: Do not corrupt task iteration when rebinding subsystem
Xiu Jianfeng
-3
/
+17
2023-06-12
cgroup: remove unused task_cgroup_path()
Miaohe Lin
-39
/
+0
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
-3
/
+5
2023-06-12
cgroup/cpuset: remove unneeded header files
Miaohe Lin
-2
/
+0
2023-06-12
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...
Tetsuo Handa
-2
/
+6
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
-3
/
+3
[prev]
[next]