index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-12
ARM: gpio: consolidate trivial gpiolib implementations
Russell King
25
-150
/
+37
2011-08-08
ARM: gpio: pxa: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
1
-1
/
+1
2011-08-08
ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
1
-1
/
+1
2011-08-08
ARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
1
-1
/
+1
2011-08-08
ARM: gpio: pnx4008: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
2
-2
/
+2
2011-08-08
ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
1
-1
/
+1
2011-08-08
ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
1
-1
/
+1
2011-08-08
ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
6
-6
/
+6
2011-08-08
ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
13
-13
/
+13
2011-08-08
ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h
Russell King
138
-222
/
+137
2011-08-08
ARM: gpio: at91: remove redundant include of mach/gpio.h
Russell King
1
-1
/
+0
2011-08-08
Linux 3.1-rc1
v3.1-rc1
Linus Torvalds
1
-2
/
+2
2011-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-2
/
+4
2011-08-08
sh: Fix boot crash related to SCI
Rafael J. Wysocki
1
-1
/
+1
2011-08-08
arm: remove stale export of 'sha_transform'
Linus Torvalds
1
-3
/
+0
2011-08-08
arm: remove "optimized" SHA1 routines
Linus Torvalds
2
-212
/
+1
2011-08-08
fix rcu annotations noise in cred.h
Al Viro
1
-5
/
+6
2011-08-08
vfs: rename 'do_follow_link' to 'should_follow_link'
Linus Torvalds
1
-2
/
+2
2011-08-07
Fix POSIX ACL permission check
Ari Savolainen
1
-1
/
+1
2011-08-07
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
9
-504
/
+617
2011-08-07
vfs: optimize inode cache access patterns
Linus Torvalds
4
-34
/
+106
2011-08-07
vfs: renumber DCACHE_xyz flags, remove some stale ones
Linus Torvalds
2
-18
/
+14
2011-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
18
-453
/
+325
2011-08-07
ore: Make ore its own module
Boaz Harrosh
3
-1
/
+23
2011-08-07
exofs: Rename raid engine from exofs/ios.c => ore
Boaz Harrosh
6
-255
/
+295
2011-08-07
exofs: ios: Move to a per inode components & device-table
Boaz Harrosh
4
-183
/
+218
2011-08-07
exofs: Move exofs specific osd operations out of ios.c
Boaz Harrosh
4
-73
/
+79
2011-08-07
exofs: Add offset/length to exofs_get_io_state
Boaz Harrosh
3
-16
/
+38
2011-08-07
net: Compute protocol sequence numbers and fragment IDs using MD5.
David S. Miller
14
-361
/
+223
2011-08-07
crypto: Move md5_transform to lib/md5.c
David S. Miller
4
-92
/
+102
2011-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
6
-18
/
+14
2011-08-07
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-9
/
+14
2011-08-07
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...
Linus Torvalds
25
-84
/
+799
2011-08-06
Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-8
/
+7
2011-08-06
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-3
/
+7
2011-08-06
savagedb: Fix typo causing regression in savage4 series video chip detection
John Stanley
1
-1
/
+1
2011-08-06
CodingStyle: Document the exception of not splitting user-visible strings, fo...
Josh Triplett
1
-16
/
+7
2011-08-06
vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files
Linus Torvalds
1
-1
/
+9
2011-08-06
oom_ajd: don't use WARN_ONCE, just use printk_once
Linus Torvalds
1
-1
/
+1
2011-08-06
lib/sha1: use the git implementation of SHA-1
Mandeep Singh Baines
2
-55
/
+159
2011-08-06
sparc: Fix build with DEBUG_PAGEALLOC enabled.
David S. Miller
1
-2
/
+4
2011-08-06
Merge branch 'battery' into release
Len Brown
1
-3
/
+7
2011-08-06
Battery: sysfs_remove_battery(): possible circular locking
Sergey Senozhatsky
1
-3
/
+7
2011-08-05
PM / Runtime: Allow _put_sync() from interrupts-disabled context
Kevin Hilman
2
-7
/
+13
2011-08-05
PM / Domains: Fix pm_genpd_poweron()
Rafael J. Wysocki
1
-2
/
+1
2011-08-05
acer-wmi: support Lenovo ideapad S205 wifi switch
Lee, Chun-Yi
1
-2
/
+26
2011-08-05
acerhdf.c: spaces in aliased changed to *
Anton V. Boyarshinov
1
-6
/
+6
2011-08-05
platform-drivers-x86: ideapad-laptop: add missing ideapad_input_exit in ideap...
Axel Lin
1
-1
/
+2
2011-08-05
x86 driver: fix typo in TDP override enabling
Jesse Barnes
1
-2
/
+2
2011-08-05
Platform: fix samsung-laptop DMI identification for N150/N210/220/N230
Thomas Courbon
1
-0
/
+10
[next]