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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-17
docs: driver-model: Add documentation for sync_state
Saravana Kannan
1
-0
/
+43
2019-10-17
driver: core: Improve documentation for fwnode_operations.add_links()
Saravana Kannan
1
-2
/
+19
2019-10-17
of: property: Minor code formatting/style clean ups
Saravana Kannan
1
-6
/
+6
2019-10-16
debugfs: remove return value of debugfs_create_x64()
Greg Kroah-Hartman
3
-13
/
+9
2019-10-16
debugfs: remove return value of debugfs_create_x32()
Greg Kroah-Hartman
3
-13
/
+9
2019-10-16
debugfs: remove return value of debugfs_create_x16()
Greg Kroah-Hartman
3
-13
/
+9
2019-10-16
ntb: ntb_pingpong: no need to check the return value of debugfs calls
Greg Kroah-Hartman
1
-4
/
+1
2019-10-14
debugfs: remove return value of debugfs_create_size_t()
Greg Kroah-Hartman
3
-16
/
+11
2019-10-14
debugfs: remove return value of debugfs_create_u64()
Greg Kroah-Hartman
3
-22
/
+9
2019-10-14
debugfs: remove return value of debugfs_create_u16()
Greg Kroah-Hartman
3
-22
/
+9
2019-10-14
debugfs: remove return value of debugfs_create_u8()
Greg Kroah-Hartman
3
-22
/
+9
2019-10-11
firmware: Update pointer to documentation
Arkadiusz Drabczyk
1
-1
/
+1
2019-10-11
driver core: simplify definitions of platform_get_irq*
Uwe Kleine-König
1
-26
/
+21
2019-10-10
base: soc: Handle custom soc information sysfs entries
Murali Nalajala
2
-13
/
+18
2019-10-07
sh: add the sh_ prefix to early platform symbols
Bartosz Golaszewski
37
-94
/
+94
2019-10-07
drivers: move the early platform device support to arch/sh
Bartosz Golaszewski
40
-342
/
+480
2019-10-04
of: property: Create device links for all child-supplier depencencies
Saravana Kannan
1
-0
/
+4
2019-10-04
of/platform: Pause/resume sync state during init and of_platform_populate()
Saravana Kannan
1
-0
/
+12
2019-10-04
driver core: Add sync_state driver/bus callback
Saravana Kannan
2
-0
/
+96
2019-10-04
of: property: Add functional dependency link from DT bindings
Saravana Kannan
3
-0
/
+248
2019-10-04
driver core: Add support for linking devices during device addition
Saravana Kannan
4
-1
/
+109
2019-10-04
driver core: Add fwnode_to_dev() to look up device from fwnode
Saravana Kannan
2
-0
/
+9
2019-09-30
Linux 5.4-rc1
Linus Torvalds
1
-2
/
+2
2019-09-30
Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-18
/
+58
2019-09-30
Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linux
Linus Torvalds
17
-212
/
+291
2019-09-30
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
9
-81
/
+66
2019-09-30
Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
5
-11
/
+30
2019-09-30
Merge tag 'mmc-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
9
-35
/
+410
2019-09-30
csky: Move static keyword to the front of declaration
Krzysztof Wilczynski
1
-1
/
+1
2019-09-30
csky: entry: Remove unneeded need_resched() loop
Valentin Schneider
1
-4
/
+0
2019-09-29
Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-8
/
+34
2019-09-29
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
4
-10
/
+2
2019-09-29
Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
14
-26
/
+194
2019-09-30
csky: Fixup csky_pmu.max_period assignment
Mao Han
1
-1
/
+1
2019-09-30
csky: Fixup add zero_fp fixup perf backtrace panic
Guo Ren
2
-21
/
+31
2019-09-30
csky: Use generic free_initrd_mem()
Mike Rapoport
1
-16
/
+0
2019-09-29
Merge branch 'entropy'
Linus Torvalds
2
-1
/
+64
2019-09-29
Revert "Revert "ext4: make __ext4_get_inode_loc plug""
Linus Torvalds
1
-0
/
+3
2019-09-29
random: try to actively add entropy rather than passively wait for it
Linus Torvalds
1
-1
/
+61
2019-09-29
Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
Olof Johansson
6
-79
/
+64
2019-09-29
Merge tag 'scmi-fixes-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Olof Johansson
17
-202
/
+982
2019-09-29
Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
15
-51
/
+110
2019-09-29
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
Linus Torvalds
5
-463
/
+114
2019-09-29
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
4
-7
/
+21
2019-09-29
Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
2
-94
/
+139
2019-09-29
Documentation/process: Clarify disclosure rules
Thomas Gleixner
1
-7
/
+33
2019-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
169
-1302
/
+1220
2019-09-28
Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)
Linus Torvalds
6
-42
/
+92
2019-09-28
selftests/ftrace: Fix same probe error test
Steven Rostedt (VMware)
1
-1
/
+1
2019-09-28
mm, tracing: Print symbol name for call_site in trace events
Changbin Du
1
-3
/
+4
[next]