index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
John Stultz
1
-9
/
+10
2017-06-20
time: Fix clock->read(clock) race around clocksource changes
John Stultz
1
-16
/
+36
2017-06-19
m68k: Remove ptrace_signal_deliver
Andreas Schwab
1
-1
/
+0
2017-06-18
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-6
/
+14
2017-06-18
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+2
2017-06-18
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+3
2017-06-17
signal: Only reschedule timers on signals timers have sent
Eric W. Biederman
1
-6
/
+14
2017-06-16
audit: make sure we never skip the multicast broadcast
Paul Moore
1
-3
/
+2
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-76
/
+46
2017-06-15
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'
Rafael J. Wysocki
136
-3847
/
+8988
2017-06-15
ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle
Rafael J. Wysocki
2
-7
/
+30
2017-06-14
cgroup: fix lockdep warning in debug controller
Tejun Heo
1
-8
/
+21
2017-06-14
cgroup: refactor cgroup_masks_read() in the debug controller
Tejun Heo
1
-25
/
+21
2017-06-14
cgroup: make debug an implicit controller on cgroup2
Tejun Heo
1
-3
/
+56
2017-06-14
cgroup: Make debug cgroup support v2 and thread mode
Waiman Long
1
-17
/
+153
2017-06-14
cgroup: Make Kconfig prompt of debug cgroup more accurate
Waiman Long
1
-0
/
+6
2017-06-14
cgroup: Move debug cgroup to its own file
Waiman Long
4
-148
/
+157
2017-06-14
cgroup: Keep accurate count of tasks in each css_set
Waiman Long
2
-5
/
+11
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
2
-25
/
+67
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
5
-7
/
+7
2017-06-14
posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()
Thomas Gleixner
1
-4
/
+5
2017-06-14
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
2
-38
/
+41
2017-06-14
time: Move compat_time()/stime() to native
Al Viro
2
-40
/
+41
2017-06-14
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
3
-36
/
+42
2017-06-14
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
3
-55
/
+115
2017-06-14
itimers: Move compat itimer syscalls to native ones
Al Viro
3
-53
/
+56
2017-06-14
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
3
-26
/
+35
2017-06-14
posix-timers: Take compat timer_settime(2) to native one
Al Viro
3
-47
/
+64
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
4
-90
/
+104
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
4
-12
/
+1
2017-06-14
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
3
-29
/
+23
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
6
-167
/
+129
2017-06-14
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
Al Viro
4
-22
/
+10
2017-06-14
hrtimer: Move copyout of remaining time to do_nanosleep()
Al Viro
1
-42
/
+20
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
4
-10
/
+17
2017-06-14
alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()
Al Viro
1
-70
/
+32
2017-06-14
posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()
Al Viro
1
-35
/
+28
2017-06-13
tracing: Rename update the enum_map file
Jeremy Linton
2
-21
/
+21
2017-06-13
tracing: Rename enum_replace to eval_replace
Jeremy Linton
1
-6
/
+6
2017-06-13
trace: rename enum_map functions
Jeremy Linton
3
-40
/
+40
2017-06-13
trace: rename trace.c enum functions
Jeremy Linton
1
-6
/
+6
2017-06-13
trace: rename trace_enum_mutex to trace_eval_mutex
Jeremy Linton
1
-7
/
+7
2017-06-13
trace: rename trace enum data structures in trace.c
Jeremy Linton
1
-26
/
+26
2017-06-13
trace: rename struct module entry for trace enums
Jeremy Linton
2
-6
/
+6
2017-06-13
trace: rename trace_enum_map to trace_eval_map
Jeremy Linton
3
-21
/
+21
2017-06-13
trace: rename kernel enum section to eval
Jeremy Linton
2
-5
/
+5
2017-06-13
audit: fix a race condition with the auditd tracking code
Paul Moore
1
-13
/
+23
2017-06-13
printk: add __printf attributes to internal functions
Nicolas Iooss
1
-5
/
+5
2017-06-13
tracing: Remove unused declaration of trace_stop_cmdline_recording
Joel Fernandes
1
-2
/
+0
2017-06-13
Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...
Christoph Hellwig
1
-2
/
+2
[prev]
[next]