index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
Split out irqflags_types.h
Kent Overstreet
3
-14
/
+24
2023-12-21
ipc: Kill bogus dependency on spinlock.h
Kent Overstreet
2
-1
/
+3
2023-12-21
shm: Slim down dependencies
Kent Overstreet
1
-2
/
+2
2023-12-21
workqueue: Split out workqueue_types.h
Kent Overstreet
5
-16
/
+29
2023-12-21
timers: Split out timer_types.h
Kent Overstreet
2
-15
/
+24
2023-12-21
signal: Kill bogus dependency on list.h
Kent Overstreet
2
-1
/
+2
2023-12-21
timerqueue: Split out timerqueue_types.h
Kent Overstreet
4
-14
/
+20
2023-12-21
rslib: kill bogus dependency on list.h
Kent Overstreet
1
-1
/
+0
2023-12-21
wait: Remove uapi header file from main header file
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-12-21
plist: Split out plist_types.h
Kent Overstreet
3
-12
/
+19
2023-12-21
sched.h: move pid helpers to pid.h
Kent Overstreet
3
-122
/
+126
2023-12-21
pid: Split out pid_types.h
Kent Overstreet
4
-14
/
+21
2023-12-21
locking/seqlock: Split out seqlock_types.h
Kent Overstreet
3
-78
/
+96
2023-12-21
posix-cpu-timers: Split out posix-timers_types.h
Kent Overstreet
3
-67
/
+84
2023-12-21
locking/mutex: split out mutex_types.h
Kent Overstreet
3
-52
/
+73
2023-12-21
hrtimers: Split out hrtimer_types.h
Kent Overstreet
3
-43
/
+53
2023-12-21
ktime.h: move ktime_t to types.h
Kent Overstreet
2
-5
/
+6
2023-12-21
sched.h: Move (spin|rwlock)_needbreak() to spinlock.h
Kent Overstreet
2
-31
/
+31
2023-12-21
kernel/numa.c: Move logging out of numa.h
Kent Overstreet
1
-13
/
+6
2023-12-21
timekeeping: Kill percpu.h dependency
Kent Overstreet
2
-1
/
+3
2023-12-21
prandom: Remove unused include
Kent Overstreet
1
-1
/
+0
2023-12-21
nodemask: Split out include/linux/nodemask_types.h
Kent Overstreet
3
-2
/
+12
2023-12-21
torture: add missing dependency on hrtimer.h
Kent Overstreet
1
-0
/
+1
2023-12-21
time_namespace.h: fix missing include
Kent Overstreet
1
-0
/
+1
2023-12-21
kmsan: add missing types.h dependency
Kent Overstreet
1
-0
/
+2
2023-12-21
nsproxy.h: add missing include
Kent Overstreet
1
-0
/
+1
2023-12-21
task_stack.h: add missing include
Kent Overstreet
1
-0
/
+1
2023-12-21
kexec_file: add kexec_file flag to control debug printing
Baoquan He
2
-1
/
+9
2023-12-21
gfp: gfp_types.h: fix typos & punctuation
Randy Dunlap
1
-6
/
+6
2023-12-21
mm/damon: update email of SeongJae
SeongJae Park
1
-1
/
+1
2023-12-21
mm: thp: support allocation of anonymous multi-size THP
Ryan Roberts
1
-2
/
+4
2023-12-21
mm: thp: introduce multi-size THP sysfs interface
Ryan Roberts
1
-26
/
+155
2023-12-21
mm: memcg: restore subtree stats flushing
Yosry Ahmed
1
-4
/
+4
2023-12-21
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
4
-28
/
+39
2023-12-20
mm: Introduce pudp/p4dp/pgdp_get() functions
Alexandre Ghiti
1
-0
/
+21
2023-12-20
Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
4
-0
/
+19
2023-12-20
pwm: Drop two unused API functions
Uwe Kleine-König
1
-12
/
+0
2023-12-20
tracing/timers: Add tracepoint for tracking timer base is_idle flag
Anna-Maria Behnsen
1
-0
/
+20
2023-12-20
tracing/timers: Enhance timer_start tracepoint
Anna-Maria Behnsen
1
-10
/
+10
2023-12-20
cpu/hotplug: Increase the number of dynamic states
xiaoming Wang
1
-1
/
+1
2023-12-20
pwm: Make it possible to apply PWM changes in atomic context
Sean Young
1
-0
/
+25
2023-12-20
pwm: Replace ENOTSUPP with EOPNOTSUPP
Sean Young
1
-2
/
+2
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
1
-14
/
+14
2023-12-20
pwm: Update kernel doc for struct pwm_chip
Uwe Kleine-König
1
-2
/
+1
2023-12-20
pwm: Replace PWM chip unique base by unique ID
Uwe Kleine-König
1
-2
/
+1
2023-12-20
pwm: Drop unused member "pwm" from struct pwm_device
Uwe Kleine-König
1
-1
/
+0
2023-12-20
ring-buffer: Read and write to ring buffers with custom sub buffer size
Tzvetomir Stoyanov (VMware)
1
-3
/
+8
2023-12-20
ring-buffer: Add interface for configuring trace sub buffer size
Tzvetomir Stoyanov (VMware)
1
-0
/
+4
2023-12-20
ring-buffer: Page size per ring buffer
Tzvetomir Stoyanov (VMware)
1
-1
/
+1
2023-12-20
evm: add support to disable EVM on unsupported filesystems
Mimi Zohar
1
-0
/
+1
[prev]
[next]