index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
clocksource/drivers: Unify the names to timer-* format
Daniel Lezcano
2018-10-03
15
-18
/
+18
*
clocksource/drivers/sh_cmt: Add R-Car gen3 support
Sergei Shtylyov
2018-10-03
1
-0
/
+8
*
dt-bindings: timer: renesas: cmt: document R-Car gen3 support
Sergei Shtylyov
2018-10-03
1
-0
/
+7
*
clocksource/drivers/sh_cmt: Properly line-wrap sh_cmt_of_table[] initializer
Sergei Shtylyov
2018-10-03
1
-2
/
+8
*
clocksource/drivers/sh_cmt: Fix clocksource width for 32-bit machines
Sergei Shtylyov
2018-10-03
1
-3
/
+3
*
clocksource/drivers/sh_cmt: Fixup for 64-bit machines
Sergei Shtylyov
2018-10-03
1
-39
/
+33
*
clocksource/drivers/sh_tmu: Convert to SPDX identifiers
Kuninori Morimoto
2018-10-03
1
-9
/
+1
*
clocksource/drivers/sh_mtu2: Convert to SPDX identifiers
Kuninori Morimoto
2018-10-03
1
-9
/
+1
*
clocksource/drivers/sh_cmt: Convert to SPDX identifiers
Kuninori Morimoto
2018-10-03
1
-9
/
+1
*
clocksource/drivers/renesas-ostm: Convert to SPDX identifiers
Kuninori Morimoto
2018-10-03
1
-10
/
+1
*
clocksource: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-10-03
8
-19
/
+19
*
tick/broadcast: Remove redundant check
Peng Hao
2018-09-28
1
-2
/
+0
*
Merge tag 'y2038' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playg...
Thomas Gleixner
2018-09-15
11413
-214533
/
+520209
|
\
|
*
RISC-V: Request newstat syscalls
Guenter Roeck
2018-09-05
1
-0
/
+1
|
*
y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
Arnd Bergmann
2018-08-29
2
-9
/
+10
|
*
y2038: socket: Change recvmmsg to use __kernel_timespec
Arnd Bergmann
2018-08-29
4
-16
/
+14
|
*
y2038: sched: Change sched_rr_get_interval to use __kernel_timespec
Arnd Bergmann
2018-08-29
2
-3
/
+3
|
*
y2038: utimes: Rework #ifdef guards for compat syscalls
Arnd Bergmann
2018-08-29
10
-8
/
+19
|
*
y2038: Compile utimes()/futimesat() conditionally
Arnd Bergmann
2018-08-29
5
-34
/
+31
|
*
y2038: Change sys_utimensat() to use __kernel_timespec
Arnd Bergmann
2018-08-29
2
-2
/
+3
|
*
asm-generic: Remove empty asm/unistd.h
Arnd Bergmann
2018-08-29
1
-3
/
+0
|
*
asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Arnd Bergmann
2018-08-29
14
-22
/
+1
|
*
asm-generic: Move common compat types to asm-generic/compat.h
Arnd Bergmann
2018-08-29
9
-123
/
+37
|
*
y2038: Remove stat64 family from default syscall set
Arnd Bergmann
2018-08-29
10
-1
/
+10
|
*
y2038: Remove newstat family from default syscall set
Arnd Bergmann
2018-08-29
15
-0
/
+18
|
*
y2038: __get_old_timespec32() can be static
kbuild test robot
2018-08-29
1
-2
/
+2
|
*
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-08-27
36
-245
/
+237
|
*
y2038: make do_gettimeofday() and get_seconds() inline
Arnd Bergmann
2018-08-27
3
-32
/
+22
|
*
y2038: remove unused time interfaces
Arnd Bergmann
2018-08-27
4
-111
/
+0
|
*
Linux 4.19-rc1
v4.19-rc1
Linus Torvalds
2018-08-26
1
-2
/
+2
|
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2018-08-26
1
-0
/
+15
|
|
\
|
|
*
y2038: Provide aliases for compat helpers
Arnd Bergmann
2018-08-22
1
-0
/
+15
|
*
|
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-08-26
28
-679
/
+485
|
|
\
\
|
|
*
|
ida: Change ida_get_new_above to return the id
Matthew Wilcox
2018-08-22
1
-18
/
+12
|
|
*
|
ida: Remove old API
Matthew Wilcox
2018-08-22
3
-67
/
+11
|
|
*
|
test_ida: check_ida_destroy and check_ida_alloc
Matthew Wilcox
2018-08-22
2
-66
/
+58
|
|
*
|
test_ida: Convert check_ida_conv to new API
Matthew Wilcox
2018-08-22
2
-46
/
+40
|
|
*
|
test_ida: Move ida_check_max
Matthew Wilcox
2018-08-22
2
-28
/
+23
|
|
*
|
test_ida: Move ida_check_leaf
Matthew Wilcox
2018-08-22
2
-27
/
+25
|
|
*
|
idr-test: Convert ida_check_nomem to new API
Matthew Wilcox
2018-08-22
1
-6
/
+7
|
|
*
|
ida: Start new test_ida module
Matthew Wilcox
2018-08-22
7
-7
/
+71
|
|
*
|
target/iscsi: Allocate session IDs from an IDA
Matthew Wilcox
2018-08-22
3
-30
/
+10
|
|
*
|
iscsi target: fix session creation failure handling
Mike Christie
2018-08-22
1
-14
/
+21
|
|
*
|
drm/vmwgfx: Convert to new IDA API
Matthew Wilcox
2018-08-22
1
-29
/
+12
|
|
*
|
dmaengine: Convert to new IDA API
Matthew Wilcox
2018-08-22
1
-16
/
+7
|
|
*
|
ppc: Convert vas ID allocation to new IDA API
Matthew Wilcox
2018-08-22
1
-22
/
+4
|
|
*
|
media: Convert entity ID allocation to new IDA API
Matthew Wilcox
2018-08-22
1
-11
/
+5
|
|
*
|
ppc: Convert mmu context allocation to new IDA API
Matthew Wilcox
2018-08-22
1
-40
/
+4
|
|
*
|
Convert net_namespace to new IDA API
Matthew Wilcox
2018-08-22
1
-10
/
+6
|
|
*
|
cb710: Convert to new IDA API
Matthew Wilcox
2018-08-22
1
-18
/
+5
[next]