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-10-09
bpf: Add ability to pin bpf timer to calling CPU
David Vernet
-1
/
+4
2023-10-09
perf/core: Allow reading package events from perf_event_read_local
Tero Kristo
-3
/
+15
2023-10-09
alarmtimer: Use maximum alarm time for suspend
Guenter Roeck
-0
/
+11
2023-10-09
Merge back earlier system-wide PM changes for v6.7.
Rafael J. Wysocki
-11
/
+9
2023-10-09
sched/psi: Change update_triggers() to a 'void' function
Yang Yang
-4
/
+3
2023-10-09
sched/topology: Remove the EM_MAX_COMPLEXITY limit
Pierre Gondois
-36
/
+3
2023-10-09
sched/topology: Consolidate and clean up access to a CPU's max compute capacity
Vincent Guittot
-23
/
+18
2023-10-09
sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...
Yajun Deng
-4
/
+4
2023-10-09
sched/nohz: Remove unnecessarily complex error handling pattern from find_new...
Ingo Molnar
-3
/
+2
2023-10-09
sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()
Ingo Molnar
-5
/
+5
2023-10-09
sched/nohz: Update idle load-balancing (ILB) comments
Ingo Molnar
-14
/
+16
2023-10-09
printk: flush consoles before checking progress
John Ogness
-1
/
+7
2023-10-09
sched/eevdf: Fix pick_eevdf()
Benjamin Segall
-14
/
+58
2023-10-09
sched/eevdf: Fix min_deadline heap integrity
Peter Zijlstra
-0
/
+1
2023-10-09
kernel: watch_queue: copy user-array safely
Philipp Stanner
-1
/
+1
2023-10-09
kernel: kexec: copy user-array safely
Philipp Stanner
-1
/
+1
2023-10-08
Merge tag 'sched-urgent-2023-10-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-4
/
+15
2023-10-07
sched/debug: Print 'tgid' in sched_show_task()
Yajun Deng
-3
/
+3
2023-10-07
sched/core: Update stale comment in try_to_wake_up()
Ingo Molnar
-1
/
+1
2023-10-07
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
-107
/
+404
2023-10-06
bpf: Refuse unused attributes in bpf_prog_{attach,detach}
Lorenz Bauer
-5
/
+14
2023-10-06
bpf: Handle bpf_mprog_query with NULL entry
Daniel Borkmann
-11
/
+7
2023-10-06
bpf: Fix BPF_PROG_QUERY last field check
Daniel Borkmann
-1
/
+1
2023-10-06
Merge tag 'pm-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-2
/
+2
2023-10-06
bpf: Annotate struct bpf_stack_map with __counted_by
Kees Cook
-1
/
+1
2023-10-06
mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl
Florent Revest
-7
/
+27
2023-10-06
cpufreq: Rebuild sched-domains when removing cpufreq driver
Pierre Gondois
-26
/
+29
2023-10-06
cpufreq: schedutil: Merge initialization code of sg_cpu in single loop
Liao Chang
-8
/
+3
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-67
/
+142
2023-10-05
cpufreq: schedutil: Update next_freq when cpufreq_limits change
Xuewen Yan
-1
/
+2
2023-10-05
Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-30
/
+25
2023-10-05
tracing: Make system_callback() function static
Steven Rostedt (Google)
-1
/
+1
2023-10-05
eventfs: Use eventfs_remove_events_dir()
Steven Rostedt (Google)
-1
/
+1
2023-10-05
resource: Unify next_resource() and next_resource_skip_children()
Andy Shevchenko
-13
/
+6
2023-10-05
resource: Reuse for_each_resource() macro
Andy Shevchenko
-15
/
+19
2023-10-05
perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...
Xiu Jianfeng
-3
/
+3
2023-10-04
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
-103
/
+221
2023-10-04
rcu: Comment why callbacks migration can't wait for CPUHP_RCUTREE_PREP
Frederic Weisbecker
-0
/
+7
2023-10-04
rcu: Standardize explicit CPU-hotplug calls
Frederic Weisbecker
-7
/
+11
2023-10-04
rcu: Conditionally build CPU-hotplug teardown callbacks
Frederic Weisbecker
-60
/
+54
2023-10-04
workqueue: Fix UAF report by KASAN in pwq_release_workfn()
Zqiang
-0
/
+6
2023-10-04
cgroup/cpuset: Cleanup signedness issue in cpu_exclusive_check()
Harshit Mogalapalli
-7
/
+7
2023-10-04
cgroup/cpuset: Enable invalid to valid local partition transition
Waiman Long
-31
/
+48
2023-10-04
cgroup: add cgroup_favordynmods= command-line option
Luiz Capitulino
-4
/
+14
2023-10-04
PM: hibernate: Fix copying the zero bitmap to safe pages
Pavankumar Kondeti
-2
/
+2
2023-10-04
crash_core.c: remove unneeded functions
Baoquan He
-18
/
+0
2023-10-04
crash_core: move crashk_*res definition into crash_core.c
Baoquan He
-17
/
+16
2023-10-04
crash_core: add generic function to do reservation
Baoquan He
-1
/
+106
2023-10-04
crash_core: change parse_crashkernel() to support crashkernel=,high|low parsing
Baoquan He
-3
/
+33
2023-10-04
crash_core: change the prototype of function parse_crashkernel()
Baoquan He
-3
/
+12
[prev]
[next]