index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-23
Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
14
-25
/
+37
2017-11-23
Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
4
-6
/
+3
2017-11-23
Merge tag 'drm/tegra/for-4.15-rc1-fixes' of git://anongit.freedesktop.org/teg...
Dave Airlie
1
-46
/
+111
2017-11-22
Merge branch 'bpf-fix-null-arg-semantics'
Daniel Borkmann
5
-18
/
+116
2017-11-22
bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
1
-2
/
+2
2017-11-22
bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
1
-1
/
+1
2017-11-22
bpf: remove explicit handling of 0 for arg2 in bpf_probe_read
Gianluca Borello
1
-5
/
+1
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
4
-10
/
+112
2017-11-22
powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features
Michael Ellerman
1
-2
/
+2
2017-11-22
powerpc/perf: Fix IMC_MAX_PMU macro
Madhavan Srinivasan
3
-8
/
+29
2017-11-22
powerpc/perf: Fix pmu_count to count only nest imc pmus
Madhavan Srinivasan
1
-2
/
+4
2017-11-22
powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
Christophe Leroy
1
-4
/
+2
2017-11-22
ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
Takashi Iwai
3
-6
/
+14
2017-11-21
i40evf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
fm10k: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
igb: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
igbvf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
ixgbevf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
i40e: Use smp_rmb rather than read_barrier_depends
Brian King
2
-2
/
+2
2017-11-21
ixgbe: Fix skb list corruption on Power systems
Brian King
1
-1
/
+1
2017-11-21
i40e: restore promiscuous after reset
Alan Brady
1
-72
/
+83
2017-11-21
i40evf: fix client notify of l2 params
Alan Brady
2
-17
/
+31
2017-11-21
i40e: Fix FLR reset timeout issue
Filip Sadowski
1
-0
/
+7
2017-11-21
i40e: Remove limit of 64 max queues per channel
Amritha Nambiar
2
-9
/
+0
2017-11-21
i40e: fix the calculation of VFs mac addresses
Zijie Pan
1
-10
/
+11
2017-11-21
i40e: Fix for NUP NVM image downgrade failure
Jacob Keller
4
-4
/
+14
2017-11-22
x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
Andrey Ryabinin
2
-8
/
+137
2017-11-22
x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
Andy Lutomirski
1
-2
/
+2
2017-11-22
powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
Michael Ellerman
1
-6
/
+6
2017-11-21
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
44
-87
/
+84
2017-11-21
timer: Remove redundant __setup_timer*() macros
Kees Cook
3
-45
/
+29
2017-11-21
timer: Pass function down to initialization routines
Kees Cook
2
-21
/
+33
2017-11-21
timer: Remove unused data arguments from macros
Kees Cook
3
-15
/
+8
2017-11-21
timer: Switch callback prototype to take struct timer_list * argument
Kees Cook
2
-5
/
+5
2017-11-21
timer: Pass timer_list pointer to callbacks unconditionally
Kees Cook
2
-14
/
+7
2017-11-21
Coccinelle: Remove setup_timer.cocci
Kees Cook
1
-277
/
+0
2017-11-21
timer: Remove setup_*timer() interface
Kees Cook
1
-17
/
+0
2017-11-21
timer: Remove init_timer() interface
Kees Cook
2
-10
/
+3
2017-11-21
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
15
-65
/
+65
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
227
-937
/
+824
2017-11-21
treewide: init_timer() -> setup_timer()
Kees Cook
31
-113
/
+55
2017-11-21
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
39
-82
/
+82
2017-11-21
s390: cmm: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+3
2017-11-21
lightnvm: Convert timers to use timer_setup()
Kees Cook
6
-13
/
+13
2017-11-21
drivers/net: cris: Convert timers to use timer_setup()
Kees Cook
1
-19
/
+17
2017-11-21
drm/vc4: Convert timers to use timer_setup()
Kees Cook
2
-12
/
+7
2017-11-21
block/laptop_mode: Convert timers to use timer_setup()
Kees Cook
3
-9
/
+10
2017-11-21
net/atm/mpc: Avoid open-coded assignment of timer callback function
Kees Cook
1
-2
/
+1
2017-11-21
drm/i915/selftests: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+3
2017-11-21
usb: usbatm: Convert timers to use timer_setup()
Kees Cook
3
-20
/
+29
[prev]
[next]