index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-24
kbuild: pass LDFLAGS to recordmcount.pl
Masahiro Yamada
1
-1
/
+1
2018-08-24
kbuild: test dead code/data elimination support in Kconfig
Masahiro Yamada
2
-6
/
+4
2018-08-22
initramfs: move gen_initramfs_list.sh from scripts/ to usr/
Masahiro Yamada
4
-5
/
+5
2018-08-22
vmlinux.lds.h: remove stale <linux/export.h> include
Masahiro Yamada
1
-2
/
+0
2018-08-22
export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()
Masahiro Yamada
3
-17
/
+10
2018-08-22
Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.c...
zhong jiang
1
-40
/
+1
2018-08-22
kbuild: make sorting initramfs contents independent of locale
Andrzej Pietrasiewicz
1
-1
/
+1
2018-08-22
kbuild: remove "rpm" target, which is alias of "rpm-pkg"
Masahiro Yamada
1
-4
/
+0
2018-08-22
kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt
Michal Suchanek
1
-1
/
+1
2018-08-22
kconfig: suppress "configuration written to .config" for syncconfig
Masahiro Yamada
1
-0
/
+5
2018-08-22
kconfig: fix "Can't open ..." in parallel build
Masahiro Yamada
1
-2
/
+3
2018-08-22
kbuild: Add a space after `!` to prevent parsing as file pattern
Michael Forney
1
-1
/
+1
2018-08-22
scripts: modpost: check memory allocation results
Randy Dunlap
1
-4
/
+4
2018-08-22
kconfig: improve the recursive dependency report
Masahiro Yamada
2
-17
/
+37
2018-08-22
kconfig: report recursive dependency involving 'imply'
Masahiro Yamada
4
-20
/
+33
2018-08-22
kconfig: error out when seeing recursive dependency
Masahiro Yamada
5
-12
/
+10
2018-08-22
kconfig: add build-only configurator targets
Randy Dunlap
1
-1
/
+10
2018-08-22
scripts/dtc: consolidate include path options in Makefile
Masahiro Yamada
1
-14
/
+4
2018-08-21
microblaze/PCI: Remove stale pcibios_align_resource() comment
Lorenzo Pieralisi
1
-13
/
+0
2018-08-20
Raise the minimum required gcc version to 4.6
Joe Perches
2
-69
/
+19
2018-08-20
ia64: Fix kernel BUG at lib/ioremap.c:72!
Tony Luck
1
-0
/
+1
2018-08-20
i2c: rcar: implement STOP and REP_START according to docs
Wolfram Sang
1
-14
/
+20
2018-08-20
i2c: rcar: refactor private flags
Wolfram Sang
1
-3
/
+4
2018-08-20
i2c: core: ACPI: Make acpi_gsb_i2c_read_bytes() check i2c_transfer return value
Hans de Goede
1
-3
/
+5
2018-08-20
i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
Hans de Goede
1
-3
/
+8
2018-08-20
dt-bindings: i2c: rcar: Add r8a774a1 support
Fabrizio Castro
1
-1
/
+3
2018-08-20
dt-bindings: i2c: sh_mobile: Add r8a774a1 support
Fabrizio Castro
1
-1
/
+3
2018-08-20
i2c: imx: Simplify stopped state tracking
Esben Haabendal
1
-8
/
+7
2018-08-20
i2c: imx: Fix race condition in dma read
Esben Haabendal
1
-4
/
+4
2018-08-20
i2c: pasemi: remove hardcoded bus numbers on smbus
Darren Stevens
1
-2
/
+1
2018-08-20
i2c: designware: Add SPDX license tag
Andy Shevchenko
7
-94
/
+7
2018-08-19
ip6_vti: fix creating fallback tunnel device for vti6
Haishuang Yan
1
-0
/
+2
2018-08-19
ip_vti: fix a null pointer deferrence when create vti fallback tunnel
Haishuang Yan
1
-1
/
+2
2018-08-19
r8169: don't use MSI-X on RTL8106e
Jian-Hong Pan
1
-3
/
+6
2018-08-19
net: lan743x_ptp: convert to ktime_get_clocktai_ts64
Arnd Bergmann
1
-2
/
+1
2018-08-19
net: sched: always disable bh when taking tcf_lock
Vlad Buslov
7
-44
/
+47
2018-08-18
ip6_vti: simplify stats handling in vti6_xmit
Haishuang Yan
1
-11
/
+3
2018-08-18
pcmcia: remove long deprecated pcmcia_request_exclusive_irq() function
Linus Torvalds
3
-49
/
+0
2018-08-18
deprecate the '__deprecated' attribute warnings entirely and for good
Linus Torvalds
3
-28
/
+2
2018-08-18
mm/hmm.c: remove unused variables align_start and align_end
Colin Ian King
1
-4
/
+1
2018-08-18
fs/userfaultfd.c: remove redundant pointer uwq
Colin Ian King
1
-3
/
+0
2018-08-18
mm, vmacache: hash addresses based on pmd
David Rientjes
2
-15
/
+29
2018-08-18
mm/list_lru: introduce list_lru_shrink_walk_irq()
Sebastian Andrzej Siewior
3
-6
/
+42
2018-08-18
mm/list_lru.c: pass struct list_lru_node* as an argument to __list_lru_walk_o...
Sebastian Andrzej Siewior
1
-6
/
+6
2018-08-18
mm/list_lru.c: move locking from __list_lru_walk_one() to its caller
Sebastian Andrzej Siewior
1
-5
/
+13
2018-08-18
mm/list_lru.c: use list_lru_walk_one() in list_lru_walk_node()
Sebastian Andrzej Siewior
1
-2
/
+2
2018-08-18
mm, swap: make CONFIG_THP_SWAP depend on CONFIG_SWAP
Huang Ying
1
-2
/
+3
2018-08-18
mm/sparse: delete old sparse_init and enable new one
Pavel Tatashin
4
-267
/
+1
2018-08-18
mm/sparse: add new sparse_init_nid() and sparse_init()
Pavel Tatashin
1
-0
/
+85
2018-08-18
mm/sparse: move buffer init/fini to the common place
Pavel Tatashin
3
-12
/
+7
[next]