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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-08
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
972
-84
/
+1178
2017-11-08
of: add of_property_read_variable_* dummy helpers
Arnd Bergmann
1
-12
/
+50
2017-11-08
net: dsa: lan9303: Correct register names in comments
Egil Hjelmeland
1
-3
/
+5
2017-11-08
net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS
Nogah Frankel
1
-1
/
+1
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
1
-1
/
+1
2017-11-08
net_sch: red: Add offload ability to RED qdisc
Nogah Frankel
1
-0
/
+1
2017-11-07
Input: st1232 - remove obsolete platform device support
Geert Uytterhoeven
1
-14
/
+0
2017-11-07
Merge tag 'v4.14-rc8' into next
Dmitry Torokhov
963
-36
/
+1007
2017-11-08
net: phy: leds: Add support for "link" trigger
Maciej S. Szmigiero
1
-0
/
+2
2017-11-08
PM / Domains: Remove gpd_dev_ops.active_wakeup() callback
Geert Uytterhoeven
1
-1
/
+0
2017-11-08
PM / Domains: Allow genpd users to specify default active wakeup behavior
Geert Uytterhoeven
1
-3
/
+4
2017-11-07
SUNRPC: Improve ordering of transport processing
Trond Myklebust
1
-0
/
+1
2017-11-07
debugfs: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-11-07
debugfs: add SPDX identifiers to all debugfs files
Greg Kroah-Hartman
1
-0
/
+1
2017-11-07
debugfs: purge obsolete SRCU based removal protection
Nicolai Stange
1
-19
/
+0
2017-11-07
debugfs: debugfs_real_fops(): drop __must_hold sparse annotation
Nicolai Stange
1
-2
/
+1
2017-11-07
debugfs: implement per-file removal protection
Nicolai Stange
1
-0
/
+11
2017-11-07
debugfs: add support for more elaborate ->d_fsdata
Nicolai Stange
1
-17
/
+3
2017-11-07
Merge tag 'gpmc-omap-for-v4.15-pt2' of https://github.com/rogerq/linux into next/drivers
Arnd Bergmann
1
-12
/
+0
2017-11-07
bus: add driver for the Technologic Systems NBUS
Sebastien Bourdelin
1
-0
/
+18
2017-11-07
usb: core: add a new usb_get_ptm_status() helper
Felipe Balbi
1
-0
/
+6
2017-11-07
usb: core: add a 'type' parameter to usb_get_status()
Felipe Balbi
1
-2
/
+3
2017-11-07
usb: core: introduce a new usb_get_std_status() helper
Felipe Balbi
1
-0
/
+7
2017-11-07
usb: core: rename usb_get_status() 'type' argument to 'recip'
Felipe Balbi
1
-1
/
+1
2017-11-07
percpu: Introduce DEFINE_PER_CPU_DECRYPTED
Brijesh Singh
1
-0
/
+15
2017-11-07
x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages
Tom Lendacky
1
-0
/
+3
2017-11-07
resource: Provide resource struct in resource walk callback
Tom Lendacky
2
-3
/
+3
2017-11-07
x86/mm: Add Secure Encrypted Virtualization (SEV) support
Tom Lendacky
1
-2
/
+5
2017-11-07
locking/rwlocks: Fix comments
Cheng Jian
1
-1
/
+1
2017-11-07
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
961
-11
/
+973
2017-11-07
objtool: Make unreachable annotation inline asms explicitly volatile
Josh Poimboeuf
1
-8
/
+8
2017-11-07
objtool: Add a comment for the unreachable annotation macros
Josh Poimboeuf
1
-0
/
+5
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
963
-36
/
+1007
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
963
-36
/
+1007
2017-11-06
PCI: Add for_each_pci_bridge() helper
Andy Shevchenko
1
-0
/
+4
2017-11-06
mtd: Fix C++ comment in include/linux/mtd/mtd.h
Pavel Machek
1
-1
/
+1
2017-11-06
ide: Convert timers to use timer_setup()
Kees Cook
1
-1
/
+1
2017-11-06
ACPI / PM: Take SMART_SUSPEND driver flag into account
Rafael J. Wysocki
1
-0
/
+10
2017-11-06
PCI / PM: Take SMART_SUSPEND driver flag into account
Rafael J. Wysocki
1
-0
/
+2
2017-11-06
PM / core: Add SMART_SUSPEND driver flag
Rafael J. Wysocki
1
-0
/
+8
2017-11-06
PCI / PM: Use the NEVER_SKIP driver flag
Rafael J. Wysocki
1
-6
/
+1
2017-11-06
PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags
Rafael J. Wysocki
2
-0
/
+30
2017-11-06
Merge branch 'acpi-pm' into pm-core
Rafael J. Wysocki
2
-3
/
+10
2017-11-06
Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinlock' into regmap-next
Mark Brown
1
-0
/
+6
2017-11-06
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
Mark Brown
1
-7
/
+51
2017-11-06
Merge branch 'x86/mm' into x86/asm, to pick up pending changes
Ingo Molnar
2
-2
/
+6
2017-11-06
Merge branch 'x86/fpu' into x86/asm, to pick up fix
Ingo Molnar
1
-26
/
+0
2017-11-05
f2fs: support quota sys files
Jaegeuk Kim
1
-1
/
+0
2017-11-05
f2fs: add quota_ino feature infra
Jaegeuk Kim
1
-1
/
+5
2017-11-05
f2fs: support flexible inline xattr size
Chao Yu
1
-2
/
+3
[prev]
[next]