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
/
scripts
/
Makefile.dtbinst
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-17
platform/chrome: cros_ec_debugfs: Use cros_ec_cmd_xfer_status helper
Enric Balletbo i Serra
1
-22
/
+8
2019-04-16
platform/chrome: cros_ec: Add EC host command support using rpmsg
Pi-Hsun Shih
3
-0
/
+271
2019-04-16
platform/chrome: wilco_ec: Add h1_gpio status to debugfs
Nick Crews
2
-0
/
+60
2019-04-15
platform/chrome: wilco_ec: Standardize mailbox interface
Nick Crews
5
-121
/
+91
2019-04-15
platform/chrome: cros_ec_proto: check for NULL transfer function
Enrico Granata
1
-0
/
+11
2019-04-15
platform/chrome: Add CrOS USB PD logging driver
Guenter Roeck
3
-0
/
+275
2019-04-15
platform/chrome: cros_ec_spi: Transfer messages at high priority
Douglas Anderson
1
-6
/
+74
2019-04-15
platform/chrome: cros_ec_debugfs: no need to check return value of debugfs_create functions
Enric Balletbo i Serra
1
-29
/
+6
2019-04-05
platform/chrome: cros_ec_debugfs: Remove dev_warn when console log is not supported
Enric Balletbo i Serra
1
-4
/
+5
2019-03-24
Linux 5.1-rc2
Linus Torvalds
1
-1
/
+1
2019-03-24
clocksource/drivers/clps711x: Remove board support
Alexander Shiyan
1
-32
/
+13
2019-03-23
ext4: prohibit fstrim in norecovery mode
Darrick J. Wong
1
-0
/
+7
2019-03-23
ext4: cleanup bh release code in ext4_ind_remove_space()
zhangyi (F)
1
-25
/
+22
2019-03-23
ext4: brelse all indirect buffer in ext4_ind_remove_space()
zhangyi (F)
1
-4
/
+8
2019-03-23
genirq: Mark expected switch case fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-03-23
clocksource/drivers/riscv: Fix clocksource mask
Atish Patra
1
-3
/
+2
2019-03-23
x86/gart: Exclude GART aperture from kcore
Kairui Song
3
-7
/
+42
2019-03-22
cifs: update internal module version number
Steve French
1
-1
/
+1
2019-03-22
SMB3: Fix SMB3.1.1 guest mounts to Samba
Steve French
1
-1
/
+4
2019-03-22
cifs: Fix slab-out-of-bounds when tracing SMB tcon
Paulo Alcantara (SUSE)
1
-3
/
+3
2019-03-22
cifs: allow guest mounts to work for smb3.11
Ronnie Sahlberg
1
-2
/
+6
2019-03-22
fix incorrect error code mapping for OBJECTID_NOT_FOUND
Steve French
1
-1
/
+2
2019-03-22
cifs: fix that return -EINVAL when do dedupe operation
Xiaoli Feng
1
-1
/
+1
2019-03-22
CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN
Long Li
1
-30
/
+41
2019-03-22
CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN
Long Li
1
-32
/
+45
2019-03-22
clocksource/drivers/mips-gic-timer: Make gic_compare_irqaction static
YueHaibing
1
-1
/
+1
2019-03-22
clocksource/drivers/timer-ti-dm: Make omap_dm_timer_set_load_start() static
YueHaibing
1
-2
/
+2
2019-03-22
clocksource/drivers/tcb_clksrc: Make tc_clksrc_suspend/resume() static
YueHaibing
1
-2
/
+2
2019-03-22
clocksource/drivers/clps711x: Make clps711x_clksrc_init() static
YueHaibing
1
-2
/
+3
2019-03-22
sbitmap: trivial - update comment for sbitmap_deferred_clear_bit
Shenghui Wang
1
-1
/
+1
2019-03-22
x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an error
Nathan Chancellor
1
-0
/
+1
2019-03-22
watchdog/core: Make variables static
Valdis Kletnieks
1
-2
/
+2
2019-03-22
time/jiffies: Make refined_jiffies static
Valdis Kletnieks
1
-1
/
+1
2019-03-22
genirq/devres: Remove excess parameter from kernel doc
Valdis Kletnieks
1
-2
/
+0
2019-03-22
x86/mm/pti: Make local symbols static
Valdis Kletnieks
1
-2
/
+2
2019-03-22
futex: Ensure that futex address is aligned in handle_futex_death()
Chen Jie
1
-0
/
+4
2019-03-22
iommu/vt-d: Save the right domain ID used by hardware
Lu Baolu
1
-1
/
+1
2019-03-22
iommu/vt-d: Check capability before disabling protected memory
Lu Baolu
1
-0
/
+3
2019-03-22
iommu/iova: Fix tracking of recently failed iova address
Robert Richter
1
-2
/
+3
2019-03-22
drm/nouveau/dmem: empty chunk do not have a buffer object associated with them.
Jérôme Glisse
1
-8
/
+0
2019-03-22
drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failure
YueHaibing
1
-1
/
+1
2019-03-22
drm/nouveau/dmem: Fix a NULL vs IS_ERR() check
Dan Carpenter
1
-1
/
+1
2019-03-22
drm/nouveau/dmem: remove set but not used variable 'drm'
YueHaibing
1
-2
/
+0
2019-03-21
irqchip/irq-mvebu-sei: Make mvebu_sei_ap806_caps static
YueHaibing
1
-1
/
+1
2019-03-21
perf bpf: Show more BPF program info in print_bpf_prog_info()
Song Liu
3
-3
/
+53
2019-03-21
perf bpf: Extract logic to create program names from perf_event__synthesize_one_bpf_prog()
Song Liu
1
-27
/
+35
2019-03-21
perf tools: Save bpf_prog_info and BTF of new BPF programs
Song Liu
28
-24
/
+145
2019-03-21
perf evlist: Introduce side band thread
Song Liu
5
-0
/
+155
2019-03-21
x86/cpu/cyrix: Remove {get,set}Cx86_old macros used for Cyrix processors
Matthew Whitehead
1
-21
/
+0
2019-03-21
x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processors
Matthew Whitehead
1
-7
/
+7
[next]