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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-04
X86: drivers: remove __dev* attributes.
Greg Kroah-Hartman
21
-89
/
+84
2013-01-04
ARM: drivers: remove __dev* attributes.
Greg Kroah-Hartman
43
-134
/
+131
2013-01-04
ARM: nomadik: bump the IRQ numbers again
Linus Walleij
1
-39
/
+39
2013-01-04
ARM: nomadik: delete dangling include
Linus Walleij
1
-1
/
+0
2013-01-04
Merge tag 'pinctrl-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/li...
Linus Torvalds
2
-2
/
+5
2013-01-03
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2
-6
/
+2
2013-01-03
ARM: OMAP1: fix USB configuration use-after-release
Aaro Koskinen
2
-2
/
+8
2013-01-03
Merge tag 'omap-fixes-a2-for-v3.8-rc' of git://git.kernel.org/pub/scm/linux/k...
Tony Lindgren
9
-35
/
+123
2013-01-03
Wire up finit_module syscall
Luck, Tony
3
-1
/
+3
2013-01-03
microblaze: Add finit_module syscall
Michal Simek
2
-1
/
+3
2013-01-03
microblaze: Kill __kmap_atomic()
Michal Simek
1
-1
/
+1
2013-01-03
microblaze: Change section flags for noMMU
Michal Simek
1
-1
/
+1
2013-01-03
microblaze: Microblaze wants sys_fork for noMMU too
Michal Simek
1
-2
/
+0
2013-01-03
powerpc: Add missing NULL terminator to avoid boot panic on PPC40x
Gabor Juhos
1
-1
/
+2
2013-01-03
powerpc/vdso: Remove redundant locking in update_vsyscall_tz()
Shan Hai
1
-5
/
+0
2013-01-03
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
1
-0
/
+4
2013-01-03
Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...
Linus Torvalds
1
-1
/
+2
2013-01-03
MIPS: 64-bit: Fix build if !CONFIG_MODULES
Joshua Kinard
1
-2
/
+2
2013-01-02
ARM: OMAP2/3: PRM: fix bogus OMAP2xxx powerstate return values
Paul Walmsley
3
-28
/
+110
2013-01-02
ARM: OMAP3: clock data: Add missing enable/disable for EMU clock
Jon Hunter
1
-0
/
+2
2013-01-02
ARM: OMAP4: PRM: Correct wrong instance usage for reading reset sources
Ivan Khoronzhuk
1
-1
/
+1
2013-01-02
ARM: OMAP4: PRM: fix RSTTIME and RSTST offsets
Nishanth Menon
1
-2
/
+2
2013-01-02
ARM: OMAP4: PRM: Correct reset source map
Ivan Khoronzhuk
1
-2
/
+2
2013-01-02
arm64: Keep the ARM64 Kconfig selects sorted
Catalin Marinas
1
-1
/
+1
2013-01-02
arm64: Include linux/ptrace.h in asm/compat.h
Catalin Marinas
1
-0
/
+1
2013-01-02
watchdog: twl4030_wdt: add DT support
Aaro Koskinen
1
-0
/
+4
2013-01-02
ARM: 7611/1: VIC: fix bug in VIC irqdomain code
Linus Walleij
1
-2
/
+7
2013-01-02
ARM: 7610/1: versatile: bump IRQ numbers
Linus Walleij
1
-3
/
+3
2013-01-02
ARM: 7609/1: disable errata work-arounds which access secure registers
Rob Herring
3
-2
/
+8
2013-01-02
ARM: 7608/1: l2x0: Only set .set_debug on PL310 r3p0 and earlier
Rob Herring
1
-1
/
+2
2013-01-02
ARM: OMAP: SRAM: resolve sparse warnings
Paul Walmsley
1
-0
/
+2
2013-01-02
ARM: OMAP AM33xx: hwmod data: resolve sparse warnings
Paul Walmsley
1
-2
/
+2
2012-12-30
Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
17
-84
/
+100
2012-12-28
ARM: EXYNOS: enable PINCTRL for EXYNOS5440
Kukjin Kim
1
-0
/
+2
2012-12-28
ARM: dts: use uart port1 for console on exynos4210-smdkv310
Kukjin Kim
1
-1
/
+1
2012-12-28
ARM: dts: use uart port0 for console on exynos5440-ssdk5440
Kukjin Kim
1
-1
/
+1
2012-12-28
ARM: SAMSUNG: fix the cpu id for EXYNOS5440
Kukjin Kim
1
-1
/
+1
2012-12-28
MIPS: Wire up finit_module syscall.
Ralf Baechle
5
-6
/
+13
2012-12-28
MIPS: Fix modpost error in modules attepting to use virt_addr_valid().
Ralf Baechle
2
-1
/
+10
2012-12-28
MIPS: page.h: Remove now unnecessary #ifndef __ASSEMBLY__ wrapper.
Ralf Baechle
1
-4
/
+0
2012-12-28
MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>.
Ralf Baechle
4
-8
/
+6
2012-12-28
MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.
Ralf Baechle
1
-0
/
+3
2012-12-28
MIPS: Don't include <asm/page.h> unnecessarily.
Ralf Baechle
5
-5
/
+0
2012-12-28
ARM: OMAP: 32k counter: resolve sparse warnings
Paul Walmsley
1
-0
/
+2
2012-12-27
ARM: EXYNOS: Revise HDMI resource size
Sean Paul
1
-1
/
+1
2012-12-27
MIPS: Fix comment.
Ralf Baechle
1
-4
/
+5
2012-12-27
Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores."
Ralf Baechle
1
-16
/
+0
2012-12-27
MIPS: perf: Fix build failure in XLP perf support.
Manuel Lauss
1
-38
/
+0
2012-12-27
MIPS: Alchemy: Make 32kHz and r4k timer coexist peacefully
Manuel Lauss
1
-20
/
+5
2012-12-26
PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)
Myron Stowe
1
-1
/
+2
[prev]
[next]