index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-28
NTB: ntb_hw_switchtec: Fix peer BAR bug in switchtec_ntb_init_shared_mw
Doug Meyer
1
-4
/
+5
2018-01-28
Merge tag 'wireless-drivers-next-for-davem-2018-01-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
David S. Miller
49
-381
/
+2211
2018-01-28
NFS: Fix a race between mmap() and O_DIRECT
Trond Myklebust
1
-1
/
+1
2018-01-28
sfc: mark some unexported symbols as static
kbuild test robot
2
-3
/
+3
2018-01-28
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
17
-106
/
+342
2018-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
37
-378
/
+1969
2018-01-28
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
Bjorn Helgaas
54
-725
/
+54
2018-01-28
PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate
Bjorn Helgaas
6
-24
/
+6
2018-01-28
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
Bjorn Helgaas
58
-411
/
+58
2018-01-28
Linux 4.15
Linus Torvalds
1
-1
/
+1
2018-01-28
IB/qib: remove qib_keys.c
Corentin Labbe
1
-235
/
+0
2018-01-28
IB/mthca: remove mthca_user.h
Corentin Labbe
1
-112
/
+0
2018-01-28
RDMA/cm: Fix access to uninitialized variable
Leon Romanovsky
1
-2
/
+0
2018-01-28
RDMA/cma: Use existing netif_is_bond_master function
Parav Pandit
1
-1
/
+1
2018-01-28
IB/core: Avoid SGID attributes query while converting GID from OPA to IB
Parav Pandit
1
-3
/
+1
2018-01-28
RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure
Leon Romanovsky
1
-4
/
+1
2018-01-28
IB/umad: Fix use of unprotected device pointer
Jack Morgenstein
1
-1
/
+1
2018-01-28
IB/iser: Combine substrings for three messages
Markus Elfring
1
-6
/
+4
2018-01-28
IB/iser: Delete an unnecessary variable initialisation in iser_send_data_out()
Markus Elfring
1
-1
/
+1
2018-01-28
IB/iser: Delete an error message for a failed memory allocation in iser_send_data_out()
Markus Elfring
1
-3
/
+1
2018-01-28
Merge tag 'perf-core-for-mingo-4.16-20180125' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
Ingo Molnar
123
-12939
/
+12587
2018-01-28
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+0
2018-01-28
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-34
/
+60
2018-01-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+3
2018-01-28
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-5
/
+18
2018-01-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-20
/
+60
2018-01-28
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+5
2018-01-28
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
8
-179
/
+271
2018-01-28
fs/cifs/cifsacl.c Fixes typo in a comment
Achilles Gaikwad
1
-1
/
+1
2018-01-28
net/rocker: Remove unreachable return instruction
Leon Romanovsky
1
-1
/
+0
2018-01-28
NFS: Remove a redundant call to unmap_mapping_range()
Trond Myklebust
1
-1
/
+0
2018-01-28
x86/ftrace: Add one more ENDPROC annotation
Josh Poimboeuf
1
-1
/
+1
2018-01-28
macintosh/ams-input: Use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2018-01-28
macintosh: change some data types from int to bool
Gustavo A. R. Silva
7
-14
/
+17
2018-01-28
powerpc/watchdog: Print the NIP in soft_nmi_interrupt()
Michael Ellerman
1
-1
/
+1
2018-01-28
powerpc/watchdog: regs can't be null in soft_nmi_interrupt()
Michael Ellerman
1
-4
/
+1
2018-01-28
powerpc/watchdog: Tweak watchdog printks
Michael Ellerman
1
-6
/
+9
2018-01-28
powerpc/cell: Remove axonram driver
Michael Ellerman
4
-396
/
+0
2018-01-28
kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help
Marc Herbert
3
-10
/
+7
2018-01-27
x86/speculation: Simplify indirect_branch_prediction_barrier()
Borislav Petkov
3
-9
/
+13
2018-01-27
x86/retpoline: Simplify vmexit_fill_RSB()
Borislav Petkov
6
-65
/
+71
2018-01-27
x86/cpufeatures: Clean up Spectre v2 related CPUID flags
David Woodhouse
4
-24
/
+34
2018-01-27
hwmon: (dell-smm) Disable fan support for Dell Vostro 3360
Oleksandr Natalenko
1
-0
/
+7
2018-01-27
hwmon: (dell-smm) Disable fan support for Dell Inspiron 7720
Pali Rohár
1
-1
/
+39
2018-01-27
hwmon: (dell-smm) Enable broken functionality via "force" module param
Pali Rohár
1
-2
/
+5
2018-01-27
x86/cpu/bugs: Make retpoline module warning conditional
Thomas Gleixner
1
-3
/
+11
2018-01-27
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
539
-2532
/
+7436
2018-01-27
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
1
-0
/
+3
2018-01-27
rtc-opal: Fix handling of firmware error codes, prevent busy loops
Stewart Smith
1
-2
/
+10
2018-01-27
powerpc/mpc52xx_gpt: make use of raw_spinlock variants
Julia Cartwright
1
-26
/
+26
[prev]
[next]