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
2019-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-3
/
+18
2019-02-01
PCI: Move Rohm Vendor ID to generic list
Andy Shevchenko
1
-0
/
+2
2019-02-01
PCI: Add HXT vendor ID
Shunyong Yang
1
-0
/
+2
2019-02-01
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
1
-0
/
+2
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
3
-3
/
+36
2019-02-01
Merge tag 'pm-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2019-02-01
tee: add bus driver framework for TEE based devices
Sumit Garg
2
-1
/
+40
2019-02-01
tee: add supp_nowait flag in tee_context struct
Sumit Garg
1
-0
/
+6
2019-02-01
Merge back earlier cpuidle material for v5.1.
Rafael J. Wysocki
1
-5
/
+3
2019-02-01
Merge back earlier PM core material for v5.1.
Rafael J. Wysocki
2
-3
/
+5
2019-02-01
driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER
Rafael J. Wysocki
1
-0
/
+3
2019-02-01
driver core: Fix handling of runtime PM flags in device_link_add()
Rafael J. Wysocki
1
-1
/
+1
2019-02-01
dma-mapping: don't BUG when calling dma_map_resource on RAM
Christoph Hellwig
1
-1
/
+2
2019-02-01
dma-mapping: remove the default map_resource implementation
Christoph Hellwig
1
-5
/
+7
2019-02-01
mfd: tps65218.c: Add input voltage options
Christian Hohnstaedt
1
-0
/
+4
2019-02-01
mfd: wm8350-core: Drop unused module infrastructure from non-modular code
Paul Gortmaker
1
-1
/
+0
2019-02-01
mfd: wm831x-core: Drop unused module infrastructure from non-modular code
Paul Gortmaker
1
-1
/
+0
2019-02-01
Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mfd-platform-5.1' into ibs-for-mfd-merged
Lee Jones
33
-64
/
+429
2019-02-01
mfd / platform: cros_ec: Move device sysfs attributes to its own driver
Enric Balletbo i Serra
1
-3
/
+0
2019-02-01
mfd / platform: cros_ec: Move debugfs attributes to its own driver
Enric Balletbo i Serra
1
-6
/
+0
2019-02-01
mfd / platform: cros_ec: Move vbc attributes to its own driver
Enric Balletbo i Serra
1
-1
/
+0
2019-02-01
mfd / platform: cros_ec: Move lightbar attributes to its own driver
Enric Balletbo i Serra
1
-1
/
+0
2019-02-01
mfd / platform: cros_ec: Use devm_mfd_add_devices
Enric Balletbo i Serra
1
-10
/
+0
2019-02-01
pipe: stop using ->can_merge
Jann Horn
1
-7
/
+0
2019-02-01
splice: don't merge into linked buffers
Jann Horn
1
-0
/
+1
2019-01-31
audit: remove unused actx param from audit_rule_match
Richard Guy Briggs
2
-6
/
+3
2019-01-31
bpf: run bpf programs with preemption disabled
Alexei Starovoitov
1
-3
/
+18
2019-01-31
ide: ensure atapi sense request aren't preempted
Jens Axboe
1
-0
/
+2
2019-01-31
cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting
Oleg Nesterov
2
-1
/
+3
2019-01-31
async: Add support for queueing on specific NUMA node
Alexander Duyck
1
-3
/
+79
2019-01-31
workqueue: Provide queue_work_node to queue work near a given NUMA node
Alexander Duyck
1
-0
/
+2
2019-01-31
irqchip/gic-v3-its: Fix ITT_entry_size accessor
Zenghui Yu
1
-1
/
+1
2019-01-31
PM-runtime: Replace jiffies-based accounting with ktime-based accounting
Thara Gopinath
1
-3
/
+3
2019-01-31
bpf, cgroups: clean up kerneldoc warnings
Valdis Kletnieks
1
-1
/
+1
2019-01-31
bpf: fix missing prototype warnings
Valdis Kletnieks
1
-1
/
+3
2019-01-31
bpf: BPF_PROG_TYPE_CGROUP_{SKB, SOCK, SOCK_ADDR} require cgroups enabled
Stanislav Fomichev
1
-0
/
+2
2019-01-30
net: stmmac: Fallback to Platform Data clock in Watchdog conversion
Jose Abreu
1
-0
/
+1
2019-01-30
ipvlan, l3mdev: fix broken l3s mode wrt local routes
Daniel Borkmann
1
-0
/
+8
2019-01-30
audit: ignore fcaps on umount
Richard Guy Briggs
2
-5
/
+13
2019-01-30
spi: support inter-word delay requirement for devices
Jonas Bonn
1
-0
/
+6
2019-01-30
vfs: Introduce logging functions
David Howells
1
-0
/
+42
2019-01-30
introduce fs_context methods
Al Viro
2
-0
/
+15
2019-01-30
fs_context flavour for submounts
Al Viro
1
-0
/
+3
2019-01-30
convert do_remount_sb() to fs_context
David Howells
2
-0
/
+5
2019-01-30
teach vfs_get_tree() to handle subtype, switch do_new_mount() to it
Al Viro
1
-1
/
+1
2019-01-30
new helpers: vfs_create_mount(), fc_mount()
Al Viro
1
-0
/
+3
2019-01-30
vfs: Introduce fs_context, switch vfs_kern_mount() to it.
David Howells
1
-0
/
+64
2019-01-30
Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/drivers
Arnd Bergmann
1
-0
/
+1
2019-01-30
cpufreq: Auto-register the driver as a thermal cooling device if asked
Amit Kucheria
1
-0
/
+9
2019-01-30
PM-runtime: Fix deadlock with ktime_get()
Vincent Guittot
1
-1
/
+1
[prev]
[next]