index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-06
tty: rocket: fix incorrect forward declaration of 'rp_init()'
Linus Torvalds
1
-1
/
+1
2019-05-06
ubsan: Remove vla bound checks.
Andrey Ryabinin
3
-24
/
+0
2019-05-06
ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
Andrey Ryabinin
1
-26
/
+23
2019-05-06
Documentation/features/time: Mark m68k having modern-timekeeping
Geert Uytterhoeven
1
-1
/
+1
2019-05-06
Linux 5.1
v5.1
Linus Torvalds
1
-1
/
+1
2019-05-05
x86/mm: Initialize PGD cache during mm initialization
Nadav Amit
3
-4
/
+11
2019-05-05
perf/x86/intel: Fix race in intel_pmu_disable_event()
Jiri Olsa
1
-3
/
+7
2019-05-03
nohz_full: Allow the boot CPU to be nohz_full
Nicholas Piggin
2
-14
/
+70
2019-05-03
sched/isolation: Require a present CPU in housekeeping mask
Nicholas Piggin
1
-5
/
+13
2019-05-03
kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freeze
Nicholas Piggin
4
-2
/
+28
2019-05-03
power/suspend: Add function to disable secondaries for suspend
Nicholas Piggin
4
-10
/
+22
2019-05-03
s390/vdso: drop unnecessary cc-ldoption
Nick Desaulniers
2
-2
/
+2
2019-05-03
s390: fix clang -Wpointer-sign warnigns in boot code
Arnd Bergmann
5
-11
/
+11
2019-05-03
s390: drop CONFIG_VIRT_TO_BUS
Arnd Bergmann
1
-1
/
+0
2019-05-03
s390: boot, purgatory: pass $(CLANG_FLAGS) where needed
Arnd Bergmann
2
-2
/
+3
2019-05-03
s390: only build for new CPUs with clang
Arnd Bergmann
2
-6
/
+18
2019-05-03
sched/core: Allow the remote scheduler tick to be started on CPU0
Nicholas Piggin
1
-1
/
+1
2019-05-03
perf/x86/intel/pt: Remove software double buffering PMU capability
Alexander Shishkin
2
-3
/
+1
2019-05-03
perf/ring_buffer: Fix AUX software double buffering
Alexander Shishkin
1
-2
/
+1
2019-05-02
perf tools: Remove needless asm/unistd.h include fixing build in some places
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-05-02
tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscv
Arnaldo Carvalho de Melo
3
-0
/
+133
2019-05-02
tools build: Add -ldl to the disassembler-four-args feature test
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-05-02
perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet
Leo Yan
1
-5
/
+3
2019-05-02
perf cs-etm: Don't check cs_etm_queue::prev_packet validity
Leo Yan
1
-5
/
+1
2019-05-02
perf report: Report OOM in status line in the GTK UI
Thomas Richter
1
-3
/
+5
2019-05-02
perf bench numa: Add define for RUSAGE_THREAD if not present
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-05-02
tools lib traceevent: Change tag string for error
Leo Yan
1
-1
/
+1
2019-05-02
perf annotate: Fix build on 32 bit for BPF annotation
Thadeu Lima de Souza Cascardo
1
-4
/
+4
2019-05-02
tools uapi x86: Sync vmx.h with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-05-02
perf bpf: Return value with unlocking in perf_env__find_btf()
Bo YU
1
-1
/
+1
2019-05-02
i2c: Prevent runtime suspend of adapter when Host Notify is required
Jarkko Nikula
1
-0
/
+4
2019-05-02
i2c: synquacer: fix enumeration of slave devices
Ard Biesheuvel
1
-0
/
+2
2019-05-02
MAINTAINERS: friendly takeover of i2c-gpio driver
Wolfram Sang
1
-1
/
+1
2019-05-02
MAINTAINERS: Include vendor specific files under arch/*/events/*
Kim Phillips
1
-0
/
+1
2019-05-02
perf/x86/amd: Update generic hardware cache events for Family 17h
Kim Phillips
1
-3
/
+108
2019-05-02
i2c: designware: ratelimit 'transfer when suspended' errors
Wolfram Sang
1
-2
/
+1
2019-05-02
PCI/LINK: Add Kconfig option (default off)
Keith Busch
3
-1
/
+13
2019-05-02
s390: simplify disabled_wait
Martin Schwidefsky
9
-18
/
+13
2019-05-02
s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Martin Schwidefsky
5
-8
/
+11
2019-05-02
s390/unwind: introduce stack unwind API
Martin Schwidefsky
16
-205
/
+521
2019-05-02
s390/opcodes: add missing instructions to the disassembler
Martin Schwidefsky
1
-0
/
+11
2019-05-02
s390/bug: add entry size to the __bug_table section
Martin Schwidefsky
1
-12
/
+12
2019-05-02
s390: use proper expoline sections for .dma code
Martin Schwidefsky
1
-4
/
+15
2019-05-02
s390/nospec: rename assembler generated expoline thunks
Martin Schwidefsky
1
-5
/
+5
2019-05-02
s390: add missing ENDPROC statements to assembler functions
Martin Schwidefsky
10
-6
/
+47
2019-05-02
ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
Al Viro
1
-1
/
+1
2019-05-02
powerpc/32s: Fix BATs setting with CONFIG_STRICT_KERNEL_RWX
Christophe Leroy
1
-4
/
+14
2019-05-02
udp: fix GRO packet of death
Eric Dumazet
1
-3
/
+10
2019-05-01
ipv6: A few fixes on dereferencing rt->from
Martin KaFai Lau
1
-20
/
+18
2019-05-01
rds: ib: force endiannes annotation
Nicholas Mc Guire
1
-5
/
+3
[next]