Age | Commit message (Expand) | Author | Files | Lines |
2020-04-03 | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -6/+1 |
2020-03-26 | macintosh: convert to i2c_new_scanned_device | Wolfram Sang | 1 | -2/+2 |
2020-03-23 | Merge 5.6-rc7 into char-misc-next | Greg Kroah-Hartman | 6 | -1/+50 |
2020-03-18 | misc: cleanup minor number definitions in c file into miscdevice.h | Zhenzhong Duan | 3 | -6/+1 |
2020-03-10 | macintosh: windfarm: fix MODINFO regression | Wolfram Sang | 6 | -1/+50 |
2020-02-29 | macintosh: therm_windtunnel: fix regression when instantiating devices | Wolfram Sang | 1 | -21/+31 |
2020-02-04 | Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -3/+3 |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -9/+8 |
2020-01-23 | macintosh: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -3/+3 |
2019-11-30 | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -1/+2 |
2019-11-26 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+4 |
2019-11-25 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 4 | -19/+17 |
2019-11-21 | rackmeter: Use vtime aware kcpustat accessor | Frederic Weisbecker | 1 | -3/+4 |
2019-11-06 | macintosh: ans-lcd: make anslcd_logo static and __initconst | Rasmus Villemoes | 1 | -1/+2 |
2019-10-21 | cpufreq: Use per-policy frequency QoS | Rafael J. Wysocki | 1 | -16/+22 |
2019-10-18 | macintosh: Use pr_warn instead of pr_warning | Kefeng Wang | 4 | -19/+17 |
2019-08-26 | cpufreq: powerpc: macintosh: Switch to QoS requests for freq limits | Viresh Kumar | 1 | -27/+50 |
2019-07-31 | drivers/macintosh/smu.c: Mark expected switch fall-through | Stephen Rothwell | 1 | -0/+1 |
2019-07-13 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -2/+2 |
2019-07-05 | powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range() | Christophe Leroy | 1 | -2/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 247 | Thomas Gleixner | 4 | -8/+4 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 246 | Thomas Gleixner | 16 | -45/+16 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 375 | Thomas Gleixner | 1 | -2/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 5 | -25/+5 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 | Thomas Gleixner | 1 | -12/+1 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 | Thomas Gleixner | 1 | -14/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 3 | -0/+3 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+3 |
2019-03-12 | memblock: drop memblock_alloc_base() | Mike Rapoport | 1 | -1/+1 |
2019-01-22 | macintosh/via-cuda: Don't rely on Cuda to end a transfer | Finn Thain | 1 | -3/+5 |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 2 | -2/+2 |
2018-12-22 | macintosh: Use of_node_name_{eq, prefix} for node name comparisons | Rob Herring | 7 | -32/+30 |
2018-11-26 | macintosh: Use device_type helpers to access the node type | Rob Herring | 5 | -30/+22 |
2018-11-26 | macintosh: windfarm: Another convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -3/+3 |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -2/+1 |
2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport | 1 | -1/+1 |
2018-10-19 | macintosh/windfarm_smu_sat: Fix debug output | Benjamin Herrenschmidt | 1 | -18/+7 |
2018-10-08 | macintosh/via-macii, macintosh/adb-iop: Clean up whitespace | Finn Thain | 2 | -160/+174 |
2018-10-08 | macintosh/via-macii, macintosh/adb-iop: Modernize printk calls | Finn Thain | 2 | -2/+2 |
2018-10-08 | macintosh/via-macii: Simplify locking | Finn Thain | 1 | -8/+18 |
2018-10-08 | macintosh/via-macii: Remove BUG_ON assertions | Finn Thain | 1 | -42/+7 |
2018-10-08 | macintosh/via-macii: Synchronous bus reset | Finn Thain | 1 | -1/+2 |
2018-10-08 | macintosh/adb: Rework printk output again | Finn Thain | 2 | -35/+26 |
2018-10-08 | macintosh: Use common code to access RTC | Finn Thain | 2 | -0/+68 |
2018-10-03 | macintosh: Convert to using %pOFn instead of device_node.name | Rob Herring | 3 | -6/+14 |
2018-08-24 | macintosh: therm_windtunnel: drop using attach_adapter | Wolfram Sang | 1 | -2/+23 |
2018-07-31 | macintosh/via-pmu: Disambiguate interrupt statistics | Finn Thain | 1 | -8/+12 |