index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sound
/
tlv320aic32x4.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-19
block: make sure that bvec length can't be overflow
Ming Lei
1
-2
/
+3
2019-04-19
block: kill all_q_node in request_queue
Hou Tao
1
-1
/
+0
2019-04-19
x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio...
Hans de Goede
1
-2
/
+2
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
5
-1
/
+57
2019-04-19
mm/kmemleak.c: fix unused-function warning
Arnd Bergmann
1
-0
/
+2
2019-04-19
init: initialize jump labels before command line option parsing
Dan Williams
1
-2
/
+2
2019-04-19
kernel/watchdog_hld.c: hard lockup message should end with a newline
Sergey Senozhatsky
1
-1
/
+2
2019-04-19
kcov: improve CONFIG_ARCH_HAS_KCOV help text
Mark Rutland
1
-3
/
+3
2019-04-19
mm: fix inactive list balancing between NUMA nodes and cgroups
Johannes Weiner
1
-20
/
+9
2019-04-19
mm/hotplug: treat CMA pages as unmovable
Qian Cai
1
-12
/
+18
2019-04-19
proc: fixup proc-pid-vm test
Alexey Dobriyan
1
-2
/
+2
2019-04-19
proc: fix map_files test on F29
Alexey Dobriyan
1
-10
/
+10
2019-04-19
mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n
Konstantin Khlebnikov
1
-5
/
+0
2019-04-19
mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock
zhong jiang
1
-1
/
+1
2019-04-19
mm: swapoff: shmem_unuse() stop eviction without igrab()
Hugh Dickins
3
-28
/
+24
2019-04-19
mm: swapoff: take notice of completion sooner
Hugh Dickins
1
-8
/
+11
2019-04-19
mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIES
Hugh Dickins
1
-8
/
+8
2019-04-19
mm: swapoff: shmem_find_swap_entries() filter out other types
Hugh Dickins
1
-9
/
+9
2019-04-19
slab: store tagged freelist for off-slab slabmgmt
Qian Cai
1
-1
/
+0
2019-04-19
x86/cpu/bugs: Use __initconst for 'const' init data
Andi Kleen
1
-3
/
+3
2019-04-19
x86/kprobes: Avoid kretprobe recursion bug
Masami Hiramatsu
1
-2
/
+20
2019-04-19
kprobes: Mark ftrace mcount handler functions nokprobe
Masami Hiramatsu
1
-1
/
+5
2019-04-19
x86/kprobes: Verify stack frame on kretprobe
Masami Hiramatsu
2
-0
/
+27
2019-04-19
locking/atomics: Don't assume that scripts are executable
Andrew Morton
1
-1
/
+1
2019-04-19
sc16is7xx: put err_spi and err_i2c into correct #ifdef
Guoqing Jiang
1
-2
/
+2
2019-04-19
scsi: aic7xxx: fix EISA support
Christoph Hellwig
4
-6
/
+7
2019-04-19
Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"
Saurav Kashyap
1
-1
/
+0
2019-04-18
arm64: futex: Restore oldval initialization to work around buggy compilers
Nathan Chancellor
1
-1
/
+1
2019-04-18
signal: use fdget() since we don't allow O_PATH
Christian Brauner
1
-1
/
+1
2019-04-18
timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()
Chang-An Chen
3
-2
/
+11
2019-04-18
perf/x86/amd: Add event map for AMD Family 17h
Kim Phillips
1
-9
/
+26
2019-04-18
x86/mm/KASLR: Fix the size of the direct mapping section
Baoquan He
1
-1
/
+1
2019-04-17
SUNRPC: Ignore queue transmission errors on successful transmission
Trond Myklebust
1
-2
/
+5
2019-04-17
io_uring: fix CQ overflow condition
Jens Axboe
1
-1
/
+1
2019-04-17
perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()
Jiri Olsa
1
-1
/
+3
2019-04-17
perf tools: Fix map reference counting
Jiri Olsa
1
-3
/
+1
2019-04-17
perf evlist: Fix side band thread draining
Jiri Olsa
1
-5
/
+9
2019-04-17
perf tools: Check maps for bpf programs
Song Liu
2
-1
/
+19
2019-04-17
perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_in...
Jiri Olsa
1
-1
/
+3
2019-04-17
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
1
-2
/
+17
2019-04-17
vt: fix cursor when clearing the screen
Mikulas Patocka
1
-1
/
+2
2019-04-17
staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_buf
Ian Abbott
1
-3
/
+1
2019-04-17
staging: comedi: ni_usb6501: Fix use of uninitialized mutex
Ian Abbott
1
-3
/
+3
2019-04-17
ALSA: hda/realtek - add two more pin configuration sets to quirk table
Hui Wang
1
-0
/
+6
2019-04-17
s390: correct some inline assembly constraints
Vasily Gorbik
2
-5
/
+5
2019-04-17
drm/tegra: hdmi: Setup audio only if configured
Thierry Reding
1
-3
/
+9
2019-04-17
socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEW
Arnd Bergmann
1
-2
/
+2
2019-04-17
tcp: tcp_grow_window() needs to respect tcp_space()
Eric Dumazet
1
-5
/
+5
2019-04-17
ocelot: Clean up stats update deferred work
Claudiu Manoil
1
-8
/
+14
2019-04-17
ocelot: Don't sleep in atomic context (irqs_disabled())
Claudiu Manoil
1
-1
/
+1
[next]