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
2017-06-20
itimer: Make timeval to nsec conversion range limited
Thomas Gleixner
-2
/
+6
2017-06-20
timers: Fix parameter description of try_to_del_timer_sync()
Peter Meerwald-Stadler
-1
/
+1
2017-06-20
sched/core: Drop the unused try_get_task_struct() helper function
Davidlohr Bueso
-13
/
+0
2017-06-20
Merge branch 'WIP.sched/core' into sched/core
Ingo Molnar
-519
/
+550
2017-06-20
sched/fair: WARN() and refuse to set buddy when !se->on_rq
Daniel Axtens
-2
/
+8
2017-06-20
sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...
Ingo Molnar
-2
/
+2
2017-06-20
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
-14
/
+14
2017-06-20
sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...
Ingo Molnar
-16
/
+25
2017-06-20
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
-258
/
+264
2017-06-20
sched/wait: Standardize wait_bit_queue naming
Ingo Molnar
-21
/
+20
2017-06-20
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
Ingo Molnar
-21
/
+20
2017-06-20
sched/wait: Standardize internal naming of wait-queue heads
Ingo Molnar
-77
/
+77
2017-06-20
sched/wait: Standardize internal naming of wait-queue entries
Ingo Molnar
-49
/
+49
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
-28
/
+28
2017-06-20
locking/rtmutex: Don't initialize lockdep when not required
Levin, Alexander (Sasha Levin)
-1
/
+2
2017-06-20
Merge tag 'v4.12-rc6' into perf/core, to pick up fixes
Ingo Molnar
-85
/
+44
2017-06-20
livepatch: Fix stacking of patches with respect to RCU
Petr Mladek
-7
/
+37
2017-06-20
time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
John Stultz
-9
/
+10
2017-06-20
time: Fix clock->read(clock) race around clocksource changes
John Stultz
-16
/
+36
2017-06-19
m68k: Remove ptrace_signal_deliver
Andreas Schwab
-1
/
+0
2017-06-18
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-6
/
+14
2017-06-18
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+2
2017-06-18
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+3
2017-06-17
signal: Only reschedule timers on signals timers have sent
Eric W. Biederman
-6
/
+14
2017-06-16
audit: make sure we never skip the multicast broadcast
Paul Moore
-3
/
+2
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-76
/
+46
2017-06-15
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'
Rafael J. Wysocki
-3847
/
+8988
2017-06-15
ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle
Rafael J. Wysocki
-7
/
+30
2017-06-14
cgroup: fix lockdep warning in debug controller
Tejun Heo
-8
/
+21
2017-06-14
cgroup: refactor cgroup_masks_read() in the debug controller
Tejun Heo
-25
/
+21
2017-06-14
cgroup: make debug an implicit controller on cgroup2
Tejun Heo
-3
/
+56
2017-06-14
cgroup: Make debug cgroup support v2 and thread mode
Waiman Long
-17
/
+153
2017-06-14
cgroup: Make Kconfig prompt of debug cgroup more accurate
Waiman Long
-0
/
+6
2017-06-14
cgroup: Move debug cgroup to its own file
Waiman Long
-148
/
+157
2017-06-14
cgroup: Keep accurate count of tasks in each css_set
Waiman Long
-5
/
+11
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
-25
/
+67
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
-7
/
+7
2017-06-14
posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()
Thomas Gleixner
-4
/
+5
2017-06-14
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
-38
/
+41
2017-06-14
time: Move compat_time()/stime() to native
Al Viro
-40
/
+41
2017-06-14
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
-36
/
+42
2017-06-14
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
-55
/
+115
2017-06-14
itimers: Move compat itimer syscalls to native ones
Al Viro
-53
/
+56
2017-06-14
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
-26
/
+35
2017-06-14
posix-timers: Take compat timer_settime(2) to native one
Al Viro
-47
/
+64
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
-90
/
+104
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
-12
/
+1
2017-06-14
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
-29
/
+23
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
-167
/
+129
2017-06-14
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
Al Viro
-22
/
+10
[prev]
[next]