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.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
/
arch
/
powerpc
/
kernel
/
nvram_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: remove cast for kmalloc/kzalloc return value
Zhang Yanfei
2013-03-18
1
-2
/
+1
*
powerpc/nvram: Generalize code for OS partitions in NVRAM
Jim Keniston
2011-03-04
1
-4
/
+27
*
powerpc/nvram: Handle partition names >= 12 chars
Jim Keniston
2010-11-30
1
-2
/
+3
*
powerpc/nvram: Fix NVRAM partition list setup
Jim Keniston
2010-11-30
1
-18
/
+8
*
powerpc/nvram: Move the log partition stuff to pseries
Benjamin Herrenschmidt
2010-11-30
1
-236
/
+18
*
powerpc/nvram: Change nvram_setup_partition() to use new helper
Benjamin Herrenschmidt
2010-11-30
1
-39
/
+32
*
powerpc/nvram: Add nvram_find_partition()
Benjamin Herrenschmidt
2010-11-30
1
-0
/
+22
*
powerpc/nvram: Improve partition removal
Benjamin Herrenschmidt
2010-11-30
1
-48
/
+43
*
powerpc/nvram: Shuffle code around in nvram_create_partition()
Benjamin Herrenschmidt
2010-11-30
1
-46
/
+62
*
powerpc/nvram: Completely clear a new partition
Benjamin Herrenschmidt
2010-11-30
1
-9
/
+10
*
powerpc/nvram: Ensure that the partition header/block size is right
Benjamin Herrenschmidt
2010-11-30
1
-0
/
+2
*
powerpc/nvram: nvram_create_partitions() now uses bytes
Benjamin Herrenschmidt
2010-11-30
1
-6
/
+14
*
powerpc/nvram: More flexible nvram_create_partition()
Benjamin Herrenschmidt
2010-11-30
1
-18
/
+28
*
powerpc/nvram: Move things out of asm/nvram.h
Benjamin Herrenschmidt
2010-11-30
1
-1
/
+20
*
arch/powerpc: Fix continuation line formats
Joe Perches
2010-02-09
1
-3
/
+3
*
powerpc: Use unlocked ioctl in nvram_64
Thomas Gleixner
2009-11-24
1
-7
/
+7
*
powerpc/nvram_64: Mark init code __init
Thomas Gleixner
2009-10-30
1
-7
/
+7
*
powerpc/nvram_64: Check nvram_error_log_index in nvram_clear_error_log()
Thomas Gleixner
2009-10-30
1
-0
/
+3
*
powerpc/nvram_64: Remove unused code
Thomas Gleixner
2009-10-30
1
-25
/
+0
*
[POWERPC] pseries: Eliminate global error_log_cnt variable
Linas Vepstas
2007-08-17
1
-5
/
+5
*
[POWERPC] pseries: Fix jumbled no_logging flag
Linas Vepstas
2007-08-17
1
-8
/
+0
*
[POWERPC] Remove nvram forward declarations
Linas Vepstas
2007-08-17
1
-5
/
+0
*
[PATCH] mark struct file_operations const 2
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
2006-12-13
1
-2
/
+2
*
[PATCH] nvram_print_partitions cosmetic fixup
Will Schmidt
2006-04-29
1
-1
/
+1
*
[PATCH] powerpc: Kill _machine and hard-coded platform numbers
Benjamin Herrenschmidt
2006-03-28
1
-2
/
+2
*
[PATCH] powerpc: fix various sparse warnings
Stephen Rothwell
2006-03-27
1
-1
/
+2
*
[PATCH] powerpc: fix large nvram access
Arnd Bergmann
2006-01-09
1
-56
/
+50
*
powerpc: Move remaining .c files from arch/ppc64 to arch/powerpc
Paul Mackerras
2005-11-18
1
-0
/
+742