index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
events
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-22
Revert "Input: Add the `REL_WHEEL_HI_RES` event code"
Benjamin Tissoires
2
-20
/
+1
2018-11-22
Revert "HID: input: Create a utility class for counting scroll events"
Benjamin Tissoires
2
-73
/
+0
2018-11-22
Revert "HID: logitech: Add function to enable HID++ 1.0 "scrolling accelerati...
Benjamin Tissoires
1
-34
/
+13
2018-11-22
Revert "HID: logitech: Enable high-resolution scrolling on Logitech mice"
Benjamin Tissoires
1
-245
/
+4
2018-11-22
Revert "HID: logitech: Use LDJ_DEVICE macro for existing Logitech mice"
Benjamin Tissoires
1
-5
/
+10
2018-11-22
Revert "HID: logitech: fix a used uninitialized GCC warning"
Benjamin Tissoires
1
-3
/
+5
2018-11-22
Revert "HID: input: simplify/fix high-res scroll event handling"
Benjamin Tissoires
1
-21
/
+22
2018-11-20
HID: Add quirk for Primax PIXART OEM mice
Sebastian Parschauer
2
-0
/
+4
2018-11-19
HID: i2c-hid: Disable runtime PM for LG touchscreen
Kai-Heng Feng
2
-0
/
+3
2018-11-19
HID: multitouch: Add pointstick support for Cirque Touchpad
Kai-Heng Feng
2
-0
/
+9
2018-11-19
HID: steam: remove input device when a hid client is running.
Rodrigo Rivas Costa
1
-64
/
+90
2018-11-19
Revert "HID: uhid: use strlcpy() instead of strncpy()"
David Herrmann
1
-6
/
+7
2018-11-19
HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
Eric Biggers
1
-0
/
+12
2018-11-12
HID: input: Ignore battery reported by Symbol DS4308
Benson Leung
2
-0
/
+4
2018-11-08
HID: Add quirk for Microsoft PIXART OEM mouse
Sebastian Parschauer
2
-0
/
+2
2018-11-06
HID: fix up .raw_event() documentation
Linus Walleij
1
-2
/
+2
2018-11-06
HID: asus: fix build warning wiht CONFIG_ASUS_WMI disabled
Arnd Bergmann
1
-0
/
+3
2018-10-31
Move EM_RISCV into elf-em.h
Palmer Dabbelt
2
-3
/
+1
2018-10-31
RISC-V: properly determine hardware caps
Andreas Schwab
1
-3
/
+5
2018-10-31
Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"
Palmer Dabbelt
4
-346
/
+0
2018-10-31
Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"
Palmer Dabbelt
1
-1
/
+0
2018-10-31
mm/gup.c: fix __get_user_pages_fast() comment
Fengguang Wu
1
-2
/
+2
2018-10-31
mm: Fix warning in insert_pfn()
Jan Kara
1
-2
/
+7
2018-10-31
memory-hotplug.rst: add some details about locking internals
David Hildenbrand
1
-1
/
+41
2018-10-31
powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()
David Hildenbrand
1
-1
/
+3
2018-10-31
powerpc/powernv: hold device_hotplug_lock when calling device_online()
David Hildenbrand
1
-0
/
+2
2018-10-31
mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
David Hildenbrand
2
-20
/
+21
2018-10-31
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
6
-7
/
+32
2018-10-31
mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
David Hildenbrand
5
-7
/
+15
2018-10-31
mm/memblock.c: warn if zero alignment was requested
Mike Rapoport
1
-0
/
+11
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
50
-96
/
+120
2018-10-31
docs/boot-time-mm: remove bootmem documentation
Mike Rapoport
1
-60
/
+9
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
275
-476
/
+353
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
11
-16
/
+19
2018-10-31
mm: remove nobootmem
Mike Rapoport
3
-129
/
+104
2018-10-31
memblock: rename __free_pages_bootmem to memblock_free_pages
Mike Rapoport
4
-4
/
+4
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
35
-39
/
+39
2018-10-31
memblock: replace free_bootmem_late with memblock_free_late
Mike Rapoport
5
-31
/
+6
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
15
-52
/
+24
2018-10-31
mm: nobootmem: remove bootmem allocation APIs
Mike Rapoport
2
-271
/
+0
2018-10-31
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
19
-26
/
+28
2018-10-31
memblock: replace __alloc_bootmem with memblock_alloc_from
Mike Rapoport
12
-24
/
+36
2018-10-31
memblock: replace alloc_bootmem_pages with memblock_alloc
Mike Rapoport
10
-13
/
+16
2018-10-31
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
Mike Rapoport
7
-11
/
+16
2018-10-31
memblock: replace alloc_bootmem_node with memblock_alloc_node
Mike Rapoport
3
-9
/
+6
2018-10-31
memblock: replace __alloc_bootmem_node with appropriate memblock_ API
Mike Rapoport
4
-12
/
+14
2018-10-31
memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
Mike Rapoport
1
-4
/
+4
2018-10-31
memblock: add align parameter to memblock_alloc_node()
Mike Rapoport
2
-3
/
+3
2018-10-31
memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
Mike Rapoport
2
-4
/
+4
2018-10-31
memblock: replace alloc_bootmem_low with memblock_alloc_low (2)
Mike Rapoport
2
-3
/
+4
[next]