index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
macintosh
/
smu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
macintosh: Explicitly include correct DT includes
Rob Herring
2023-08-28
1
-0
/
+1
*
macintosh: Use of_property_read_reg() to parse "reg"
Rob Herring
2023-06-21
1
-8
/
+7
*
macintosh: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
2022-05-11
1
-1
/
+0
*
macintosh/smu: Fix warning comparing pointer to 0
Jing Yangyang
2022-05-04
1
-3
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-1
/
+1
|
\
|
*
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
1
-1
/
+1
*
|
powerpc: Split memset() to avoid multi-field overflow
Kees Cook
2021-09-25
1
-1
/
+2
|
/
*
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
2021-09-14
1
-1
/
+1
*
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-10-16
1
-2
/
+2
|
\
|
*
drivers/macintosh/smu.c: use for_each_child_of_node() macro
Qinglang Miao
2020-09-18
1
-1
/
+1
|
*
drivers/macintosh/smu.c: Fix undeclared symbol warning
Wang Wensheng
2020-09-16
1
-1
/
+1
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
|
/
*
drivers/macintosh/smu.c: Mark expected switch fall-through
Stephen Rothwell
2019-07-31
1
-0
/
+1
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-13
1
-2
/
+2
|
\
|
*
powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
Christophe Leroy
2019-07-05
1
-2
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 246
Thomas Gleixner
2019-06-19
1
-2
/
+1
|
/
*
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
1
-0
/
+3
*
memblock: drop memblock_alloc_base()
Mike Rapoport
2019-03-12
1
-1
/
+1
*
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2018-10-31
1
-1
/
+1
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-2
/
+1
*
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
2018-10-31
1
-1
/
+1
*
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
2018-10-31
1
-1
/
+1
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
*
drivers/macintosh: Convert timers to use timer_setup()
Kees Cook
2017-11-02
1
-6
/
+4
*
macintosh: Convert to using %pOF instead of full_name
Rob Herring
2017-09-01
1
-4
/
+4
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
2016-09-20
1
-9
/
+9
*
powerpc/pmac: Remove early allocation of the SMU command buffer
Benjamin Herrenschmidt
2016-07-21
1
-1
/
+8
*
drivers/macintosh: Delete an unnecessary check before the function call "of_n...
Markus Elfring
2015-03-25
1
-2
/
+1
*
macintosh: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
powerpc/macintosh/smu.c: Fix closing brace followed by if
Rasmus Villemoes
2014-06-24
1
-1
/
+2
*
drivers: clean-up prom.h implicit includes
Rob Herring
2013-10-09
1
-0
/
+1
*
powerpc/pmac/smu: Use %*ph to print small buffers
Andy Shevchenko
2013-04-23
1
-5
/
+1
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-12-18
1
-1
/
+1
|
\
|
*
powerpc+of: Rename the drivers/of prom_* functions to of_*
Nathan Fontenot
2012-11-15
1
-1
/
+1
*
|
bootmem: fix wrong call parameter for free_bootmem()
Joonsoo Kim
2012-12-11
1
-1
/
+1
|
/
*
drivers/macintosh/smu.c: Replace abs_to_virt() with __va()
Michael Ellerman
2012-09-05
1
-2
/
+1
*
driver-core: remove sysdev.h usage.
Kay Sievers
2011-12-21
1
-4
/
+0
*
dt/powerpc: Eliminate users of of_platform_{,un}register_driver
Grant Likely
2011-02-28
1
-4
/
+3
*
mac: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-09-15
1
-3
/
+3
*
of/device: Replace struct of_device with struct platform_device
Grant Likely
2010-08-06
1
-3
/
+3
*
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
2010-05-22
1
-1
/
+3
|
\
|
*
powerpc/pmac: Add missing unlocks in error path
Julia Lawall
2010-04-07
1
-1
/
+3
*
|
of: Remove duplicate fields from of_platform_driver
Grant Likely
2010-05-22
1
-2
/
+5
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
powerpc/macintosh: Make Open Firmware device id constant
Márton Németh
2010-01-15
1
-1
/
+1
*
Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build
Benjamin Herrenschmidt
2008-07-15
1
-0
/
+3
|
\
|
*
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
2008-07-14
1
-1
/
+4
|
|
\
[next]