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
2010-08-05
module: pass load_info into other functions
Rusty Russell
1
-215
/
+157
2010-08-05
module: fix sysfs cleanup for !CONFIG_SYSFS
Rusty Russell
1
-7
/
+6
2010-08-05
module: sysfs cleanup
Rusty Russell
1
-43
/
+34
2010-08-05
module: layout_and_allocate
Rusty Russell
1
-99
/
+125
2010-08-05
module: fix crash in get_ksymbol() when oopsing in module init
Rusty Russell
1
-1
/
+2
2010-08-05
module: kallsyms functions take struct load_info
Rusty Russell
1
-39
/
+29
2010-08-05
module: refactor out section header rewriting: FIX modversions
Rusty Russell
1
-6
/
+6
2010-08-05
module: refactor out section header rewriting
Rusty Russell
1
-25
/
+45
2010-08-05
module: add load_info
Linus Torvalds
1
-103
/
+125
2010-08-05
module: reduce stack usage for each_symbol()
Linus Torvalds
1
-1
/
+1
2010-08-05
module: refactor load_module part 5
Rusty Russell
1
-76
/
+106
2010-08-05
module: refactor load_module part 4
Rusty Russell
1
-17
/
+15
2010-08-05
module: refactor load_module part 3
Rusty Russell
1
-47
/
+75
2010-08-05
module: refactor load_module part 2
Linus Torvalds
1
-57
/
+72
2010-08-05
module: refactor load_module
Linus Torvalds
1
-61
/
+69
2010-08-05
module: module_unload_init() cleanup
Eric Dumazet
1
-6
/
+0
2010-08-05
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
7
-7
/
+7
2010-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-197
/
+558
2010-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
3
-1
/
+68
2010-08-04
CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checks
David Howells
1
-3
/
+6
2010-08-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
5
-117
/
+194
2010-08-04
tracing/kprobes: unregister_trace_probe needs to be called under mutex
Srikar Dronamraju
1
-0
/
+3
2010-08-04
Merge branch 'master' into for-next
Jiri Kosina
17
-125
/
+183
2010-08-04
timer: Added usleep_range timer
Patrick Pannuto
1
-0
/
+22
2010-08-04
Revert "timer: Added usleep[_range] timer"
Thomas Gleixner
1
-22
/
+0
2010-08-04
Merge commit 'gcl/next' into next
Benjamin Herrenschmidt
4
-9
/
+15
2010-08-03
timer: add on-stack deferrable timer interfaces
Jesse Barnes
1
-0
/
+13
2010-08-02
clockevents: Remove the per cpu tick skew
Arjan van de Ven
1
-5
/
+0
2010-08-02
Merge commit 'v2.6.35' into perf/core
Ingo Molnar
5
-10
/
+37
2010-08-02
perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint...
Frederic Weisbecker
1
-3
/
+3
2010-08-01
workqueue: mark init_workqueues() as early_initcall()
Suresh Siddha
1
-1
/
+3
2010-08-01
workqueue: explain for_each_*cwq_cpu() iterators
Tejun Heo
1
-0
/
+13
2010-07-31
padata: Remove padata_get_cpumask
Steffen Klassert
1
-35
/
+0
2010-07-31
padata: Pass the padata cpumasks to the cpumask_change_notifier chain
Steffen Klassert
1
-1
/
+2
2010-07-31
padata: Rearrange set_cpumask functions
Steffen Klassert
1
-50
/
+67
2010-07-31
padata: Rename padata_alloc functions
Steffen Klassert
1
-12
/
+12
2010-07-30
CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials
David Howells
1
-0
/
+25
2010-07-29
irq: Add new IRQ flag IRQF_NO_SUSPEND
Ian Campbell
1
-1
/
+1
2010-07-29
kgdb: Do not access xtime directly
Thomas Gleixner
1
-1
/
+3
2010-07-28
fanotify: use both marks when possible
Eric Paris
2
-2
/
+2
2010-07-28
fsnotify: pass both the vfsmount mark and inode mark
Eric Paris
2
-5
/
+9
2010-07-28
fsnotify: remove group->mask
Eric Paris
1
-8
/
+0
2010-07-28
fsnotify: cleanup should_send_event
Eric Paris
2
-7
/
+2
2010-07-28
audit: use the mark in handler functions
Eric Paris
1
-17
/
+3
2010-07-28
fsnotify: send fsnotify_mark to groups in event handling functions
Eric Paris
2
-6
/
+10
2010-07-28
fsnotify: store struct file not struct path
Eric Paris
1
-2
/
+2
2010-07-28
sysctl extern cleanup: inotify
Dave Young
1
-3
/
+3
2010-07-28
dnotify: move dir_notify_enable declaration
Alexey Dobriyan
1
-0
/
+1
2010-07-28
fsnotify: split generic and inode specific mark code
Eric Paris
2
-7
/
+7
2010-07-28
fanotify: sys_fanotify_mark declartion
Eric Paris
1
-0
/
+1
[prev]
[next]