index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
fdt_wip.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-09
Input: 88pm860x-ts - fix child-node lookup
Johan Hovold
1
-4
/
+12
2018-01-09
Input: twl6040-vibra - fix child-node lookup
Johan Hovold
1
-2
/
+1
2018-01-09
Input: twl4030-vibra - fix sibling-node lookup
Johan Hovold
1
-2
/
+4
2018-01-02
Input: xen-kbdfront - do not advertise multi-touch pressure support
Oleksandr Andrushchenko
1
-2
/
+0
2017-12-18
Input: hideep - fix compile error due to missing include file
Anthony Kim
1
-2
/
+1
2017-11-30
Input: elants_i2c - do not clobber interrupt trigger on x86
Dmitry Torokhov
1
-3
/
+7
2017-11-30
Input: joystick/analog - riscv has get_cycles()
Olof Johansson
1
-1
/
+1
2017-11-27
Input: elantech - add new icbody type 15
Aaron Ma
1
-1
/
+1
2017-11-27
Input: ims-pcu - fix typo in the error message
Zhen Lei
1
-1
/
+1
2017-11-10
Input: gamecon - mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2017-11-10
Input: sidewinder - mark expected switch fall-throughs
Gustavo A. R. Silva
1
-5
/
+5
2017-11-10
Input: spaceball - mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+4
2017-11-10
Input: uinput - unlock on allocation failure in ioctl
Dan Carpenter
1
-2
/
+4
2017-11-10
Input: add support for the Samsung S6SY761 touchscreen
Andi Shyti
4
-0
/
+605
2017-11-10
Input: add support for HiDeep touchscreen
Anthony Kim
5
-0
/
+1175
2017-11-08
Input: st1232 - remove obsolete platform device support
Geert Uytterhoeven
2
-27
/
+3
2017-11-08
Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
Yiannis Marangos
1
-2
/
+2
2017-11-08
Input: tsc200x-core - set INPUT_PROP_DIRECT
Martin Kepplinger
1
-0
/
+1
2017-11-08
Input: elan_i2c - add ELAN060C to the ACPI table
Kai-Heng Feng
1
-0
/
+1
2017-11-05
Linux 4.14-rc8
v4.14-rc8
Linus Torvalds
1
-1
/
+1
2017-11-05
x86/module: Detect and skip invalid relocations
Josh Poimboeuf
1
-0
/
+13
2017-11-04
objtool: Prevent GCC from merging annotate_unreachable(), take 2
Josh Poimboeuf
1
-2
/
+2
2017-11-04
Revert "x86/mm: Stop calling leave_mm() in idle code"
Andy Lutomirski
5
-7
/
+25
2017-11-04
Documentation: Add Frank Rowand to list of enforcement statement endorsers
Frank Rowand
1
-0
/
+1
2017-11-04
doc: add Willy Tarreau to the list of enforcement statement endorsers
Willy Tarreau
1
-0
/
+1
2017-11-04
tools/headers: Synchronize kernel ABI headers
Ingo Molnar
26
-16
/
+36
2017-11-04
objtool: Resync objtool's instruction decoder source code copy with the kerne...
Josh Poimboeuf
1
-0
/
+1
2017-11-03
Input: sparse-keymap - send sync event for KE_SW/KE_VSW
Stefan BrĂ¼ns
1
-0
/
+1
2017-11-03
Input: ar1021_i2c - set INPUT_PROP_DIRECT
Martin Kepplinger
1
-0
/
+1
2017-11-03
Input: convert autorepeat timer to use timer_setup()
Kees Cook
1
-6
/
+5
2017-11-03
media: ttpci: remove autorepeat handling and use timer_setup
Sean Young
2
-37
/
+21
2017-11-03
Input: cyttsp4 - avoid overflows when calculating memory sizes
Vince Kim
1
-12
/
+40
2017-11-03
arch/tile: Implement ->set_state_oneshot_stopped()
Chris Metcalf
1
-0
/
+1
2017-11-03
Update MIPS email addresses
Paul Burton
46
-49
/
+52
2017-11-03
x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo
Rafael J. Wysocki
3
-6
/
+11
2017-11-03
mm, swap: fix race between swap count continuation operations
Huang Ying
2
-6
/
+21
2017-11-03
mm/huge_memory.c: deposit page table when copying a PMD migration entry
Zi Yan
1
-0
/
+3
2017-11-03
initramfs: fix initramfs rebuilds w/ compression after disabling
Florian Fainelli
1
-4
/
+5
2017-11-03
fs/hugetlbfs/inode.c: fix hwpoison reserve accounting
Mike Kravetz
1
-1
/
+4
2017-11-03
ocfs2: fstrim: Fix start offset of first cluster group during fstrim
Ashish Samant
1
-6
/
+18
2017-11-03
mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entry
Huang Ying
1
-1
/
+5
2017-11-03
userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size
Andrea Arcangeli
1
-2
/
+30
2017-11-03
Documentation: Add Tim Bird to list of enforcement statement endorsers
Bird, Timothy
1
-0
/
+1
2017-11-03
net: systemport: Correct IPG length settings
Florian Fainelli
1
-4
/
+6
2017-11-03
tcp: do not mangle skb->cb[] in tcp_make_synack()
Eric Dumazet
1
-7
/
+2
2017-11-03
fib: fib_dump_info can no longer use __in_dev_get_rtnl
Florian Westphal
1
-6
/
+10
2017-11-03
stmmac: use of_property_read_u32 instead of read_u8
Bhadram Varka
2
-12
/
+12
2017-11-03
net_sched: hold netns refcnt for each action
Cong Wang
18
-18
/
+22
2017-11-03
net_sched: acquire RTNL in tc_action_net_exit()
Cong Wang
2
-0
/
+4
2017-11-02
powerpc/perf: Fix core-imc hotplug callback failure during imc initialization
Madhavan Srinivasan
1
-0
/
+14
[next]