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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-29
sparseirq: move __weak symbols into separate compilation unit
Yinghai Lu
2
-9
/
+20
2008-12-29
sparseirq: work around __weak alias bug
Ingo Molnar
2
-5
/
+9
2008-12-27
sparseirq: fix hang with !SPARSE_IRQ
Yinghai Lu
1
-0
/
+15
2008-12-27
sparseirq: set lock_class for legacy irq when sparse_irq is selected
Yinghai Lu
1
-0
/
+1
2008-12-27
sparseirq: work around compiler optimizing away __weak functions
Yinghai Lu
1
-3
/
+4
2008-12-27
sparseirq: fix desc->lock init
Ingo Molnar
2
-0
/
+3
2008-12-27
sparseirq: do not printk when migrating IRQ descriptors
Ingo Molnar
1
-5
/
+1
2008-12-26
sparseirq: remove duplicated arch_early_irq_init()
Yinghai Lu
1
-4
/
+0
2008-12-26
irq: simplify for_each_irq_desc() usage
KOSAKI Motohiro
3
-23
/
+0
2008-12-26
proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c
KOSAKI Motohiro
1
-1
/
+1
2008-12-26
irq: for_each_irq_desc() move to irqnr.h
KOSAKI Motohiro
1
-2
/
+11
2008-12-26
hrtimer: remove #include <linux/irq.h>
KOSAKI Motohiro
1
-1
/
+0
2008-12-25
Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...
Ingo Molnar
33
-113
/
+551
2008-12-24
cgroups: avoid accessing uninitialized data in failure path
Li Zefan
1
-2
/
+3
2008-12-24
cgroups: suppress bogus warning messages
Sharyathi Nagesh
1
-3
/
+0
2008-12-21
Null pointer deref with hrtimer_try_to_cancel()
Thomas Gleixner
1
-0
/
+6
2008-12-20
sparseirq: fix numa_migrate_irq_desc dependency and comments
Yinghai Lu
1
-8
/
+3
2008-12-18
locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP
KOSAKI Motohiro
1
-5
/
+0
2008-12-17
x86, sparseirq: move irq_desc according to smp_affinity, v7
Yinghai Lu
5
-7
/
+153
2008-12-16
cgroups: fix a race between rmdir and remount
Paul Menage
1
-1
/
+1
2008-12-15
Revert "sched_clock: prevent scd->clock from moving backwards"
Linus Torvalds
1
-3
/
+3
2008-12-11
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2008-12-11
fix mapping_writably_mapped()
Hugh Dickins
1
-6
/
+9
2008-12-10
KSYM_SYMBOL_LEN fixes
Hugh Dickins
1
-1
/
+1
2008-12-10
relayfs: fix infinite loop with splice()
Tom Zanussi
1
-5
/
+2
2008-12-09
sched: CPU remove deadlock fix
Brian King
1
-0
/
+2
2008-12-09
[PATCH] fix broken timestamps in AVC generated by kernel threads
Al Viro
2
-4
/
+5
2008-12-09
[patch 1/1] audit: remove excess kernel-doc
Randy Dunlap
1
-2
/
+0
2008-12-09
[PATCH] return records for fork() both to child and parent
Al Viro
2
-0
/
+18
2008-12-09
[PATCH] Audit: make audit=0 actually turn off audit
Eric Paris
1
-7
/
+21
2008-12-08
x86: use NR_IRQS_LEGACY
Yinghai Lu
1
-3
/
+3
2008-12-08
sparse irq_desc[] array: core kernel and x86 changes
Yinghai Lu
5
-8
/
+202
2008-12-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2008-12-05
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-1
/
+23
2008-12-05
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2008-12-04
[PATCH] kill obsolete temporary comment in swsusp_close()
Al Viro
1
-1
/
+1
2008-12-04
time: catch xtime_nsec underflows and fix them
john stultz
1
-0
/
+22
2008-12-03
check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0
Roel Kluin
1
-1
/
+1
2008-12-02
genirq: record IRQ_LEVEL in irq_desc[]
David Brownell
2
-6
/
+10
2008-12-02
taint: add missing comment
Arjan van de Ven
1
-0
/
+1
2008-12-02
epoll: introduce resource usage limits
Davide Libenzi
1
-0
/
+10
2008-12-01
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+4
2008-12-01
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-27
/
+56
2008-12-01
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2008-12-01
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-19
/
+23
2008-11-30
remove __ARCH_WANT_COMPAT_SYS_PTRACE
Christoph Hellwig
1
-2
/
+2
2008-11-30
cpuinit fixes in kernel/*
Al Viro
2
-3
/
+3
2008-11-29
sched: prevent divide by zero error in cpu_avg_load_per_task, update
Ingo Molnar
1
-1
/
+1
2008-11-29
sched, cpusets: fix warning in kernel/cpuset.c
Ingo Molnar
1
-1
/
+1
2008-11-27
sched: prevent divide by zero error in cpu_avg_load_per_task
Steven Rostedt
1
-2
/
+3
[next]