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
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-13
HID: corsair: fix control-transfer error handling
Johan Hovold
1
-3
/
+3
2017-01-13
HID: corsair: fix DMA buffers on stack
Johan Hovold
1
-12
/
+42
2017-01-11
HID: i2c-hid: Add sleep between POWER ON and RESET
Brendan McGrath
1
-0
/
+9
2017-01-06
HID: hid-cypress: validate length of report
Greg Kroah-Hartman
1
-0
/
+3
2017-01-05
HID: ignore Petzl USB headlamp
Jiri Kosina
2
-0
/
+4
2017-01-02
HID: sensor-hub: Move the memset to sensor_hub_get_feature()
Srinivas Pandruvada
1
-1
/
+2
2017-01-02
HID: usbhid: Add quirk for Mayflash/Dragonrise DolphinBar.
Marcel Hasler
2
-0
/
+2
2017-01-02
HID: usbhid: Add quirk for the Futaba TOSD-5711BB VFD
Alex Wood
2
-0
/
+4
2016-12-19
HID: sony: Ignore DS4 dongle reports when no device is connected
Roderick Colenbrander
1
-0
/
+28
2016-12-19
HID: sony: Use DS4 MAC address as unique identifier on USB
Roderick Colenbrander
1
-0
/
+6
2016-12-19
HID: sony: Fix error handling bug when touchpad registration fails
Roderick Colenbrander
1
-1
/
+1
2016-12-19
HID: asus: Fix keyboard support
Brendan McGrath
1
-6
/
+11
2016-12-13
Revert "nvme: add support for the Write Zeroes command"
Linus Torvalds
1
-21
/
+0
2016-12-13
ata: avoid probing NCQ Prio Support if not explicitly requested
Adam Manzanares
2
-20
/
+31
2016-12-13
dm flakey: introduce "error_writes" feature
Mike Snitzer
1
-9
/
+42
2016-12-12
treewide: Make remaining source files non-executable
Joe Perches
5
-0
/
+0
2016-12-13
MAINTAINERS: Samsung: Update maintainer for PWM FAN and SAMSUNG THERMAL
Lukasz Majewski
1
-2
/
+2
2016-12-12
init: reduce rootwait polling interval time to 5ms
Jungseung Lee
1
-1
/
+1
2016-12-12
binfmt_elf: use vmalloc() for allocation of vma_filesz
Jason Baron
1
-2
/
+4
2016-12-12
checkpatch: don't emit unified-diff error for rename-only patches
Andrew Jeffery
1
-0
/
+1
2016-12-12
checkpatch: don't check c99 types like uint8_t under tools
Tomas Winkler
1
-1
/
+2
2016-12-12
checkpatch: avoid multiple line dereferences
Joe Perches
1
-0
/
+12
2016-12-12
checkpatch: don't check .pl files, improve absolute path commit log test
Joe Perches
1
-15
/
+15
2016-12-12
scripts/checkpatch.pl: fix spelling
Andrew Morton
1
-1
/
+1
2016-12-12
checkpatch: don't try to get maintained status when --no-tree is given
Jerome Forissier
1
-1
/
+1
2016-12-12
lib/ida: document locking requirements a bit better
Daniel Vetter
1
-0
/
+11
2016-12-12
lib/rbtree.c: fix typo in comment of ____rb_erase_color
Jie Chen
1
-4
/
+19
2016-12-12
lib/Kconfig.debug: make CONFIG_STRICT_DEVMEM depend on CONFIG_DEVMEM
Dave Young
1
-1
/
+1
2016-12-12
MAINTAINERS: add drm and drm/i915 irc channels
Jani Nikula
1
-0
/
+2
2016-12-12
MAINTAINERS: add "C:" for URI for chat where developers hang out
Jani Nikula
1
-0
/
+2
2016-12-12
MAINTAINERS: add drm and drm/i915 bug filing info
Jani Nikula
1
-0
/
+2
2016-12-12
MAINTAINERS: add "B:" for URI where to file bugs
Jani Nikula
1
-0
/
+2
2016-12-12
get_maintainer: look for arbitrary letter prefixes in sections
Joe Perches
1
-3
/
+9
2016-12-12
printk: add Kconfig option to set default console loglevel
Olof Johansson
2
-1
/
+25
2016-12-12
printk/sound: handle more message headers
Petr Mladek
1
-6
/
+14
2016-12-12
printk/btrfs: handle more message headers
Petr Mladek
2
-11
/
+17
2016-12-12
printk/kdb: handle more message headers
Petr Mladek
2
-1
/
+9
2016-12-12
printk/NMI: handle continuous lines and missing newline
Petr Mladek
1
-28
/
+50
2016-12-12
printk/NMI: fix up handling of the full nmi log buffer
Petr Mladek
1
-2
/
+3
2016-12-12
compiler-gcc.h: use "proved" instead of "proofed"
Benjamin Peterson
1
-1
/
+1
2016-12-12
hung_task: decrement sysctl_hung_task_warnings only if it is positive
Tetsuo Handa
1
-1
/
+2
2016-12-12
fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time
Alexey Dobriyan
3
-6
/
+15
2016-12-12
fs/proc/base.c: save decrement during lookup/readdir in /proc/$PID
Alexey Dobriyan
1
-4
/
+4
2016-12-12
fs/proc/array.c: slightly improve render_sigset_t
Rasmus Villemoes
1
-1
/
+1
2016-12-12
proc: tweak comments about 2 stage open and everything
Alexey Dobriyan
1
-8
/
+21
2016-12-12
proc: kmalloc struct pde_opener
Alexey Dobriyan
1
-1
/
+3
2016-12-12
proc: fix type of struct pde_opener::closing field
Alexey Dobriyan
2
-2
/
+2
2016-12-12
proc: just list_del() struct pde_opener
Alexey Dobriyan
1
-1
/
+1
2016-12-12
proc: make struct struct map_files_info::len unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-12-12
proc: make struct pid_entry::len unsigned
Alexey Dobriyan
1
-1
/
+1
[next]