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
2011-05-19
module: undo module RONX protection correctly.
Jan Glauber
1
-12
/
+13
2011-05-19
module: zero mod->init_ro_size after init is freed.
Jan Glauber
1
-0
/
+1
2011-05-19
minor ANSI prototype sparse fix
Daniel J Blueman
1
-2
/
+2
2011-05-19
module: deal with alignment issues in built-in module versions
Dmitry Torokhov
1
-3
/
+6
2011-05-19
ftrace: Add self-tests for multiple function trace users
Steven Rostedt
3
-1
/
+217
2011-05-19
ftrace: Modify ftrace_set_filter/notrace to take ops
Steven Rostedt
2
-4
/
+46
2011-05-18
ftrace: Allow dynamically allocated function tracers
Steven Rostedt
2
-7
/
+38
2011-05-18
ftrace: Implement separate user function filtering
Steven Rostedt
5
-38
/
+160
2011-05-18
ftrace: Free hash with call_rcu_sched()
Steven Rostedt
1
-27
/
+28
2011-05-18
ftrace: Have global_ops store the functions that are to be traced
Steven Rostedt
1
-16
/
+53
2011-05-18
ftrace: Add ops parameter to ftrace_startup/shutdown functions
Steven Rostedt
1
-14
/
+14
2011-05-18
ftrace: Add enabled_functions file
Steven Rostedt
1
-2
/
+49
2011-05-18
ftrace: Use counters to enable functions to trace
Steven Rostedt
1
-16
/
+142
2011-05-18
ftrace: Separate hash allocation and assignment
Steven Rostedt
1
-42
/
+233
2011-05-18
ftrace: Create a global_ops to hold the filter and notrace hashes
Steven Rostedt
1
-19
/
+46
2011-05-18
ftrace: Use hash instead for FTRACE_FL_FILTER
Steven Rostedt
1
-82
/
+69
2011-05-18
ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions
Steven Rostedt
1
-26
/
+150
2011-05-18
irq: Export functions to allow modular irq drivers
Jonathan Cameron
2
-0
/
+5
2011-05-18
genirq: Uninline and sanity check generic_handle_irq()
Thomas Gleixner
1
-0
/
+15
2011-05-18
genirq: Remove pointless ifdefs
Thomas Gleixner
1
-3
/
+1
2011-05-18
PM: Allow drivers to allocate memory from .prepare() callbacks safely
Rafael J. Wysocki
1
-4
/
+13
2011-05-18
PM: Remove CONFIG_PM_VERBOSE
Rafael J. Wysocki
1
-6
/
+0
2011-05-18
Merge branch 'power-domains' into for-linus
Rafael J. Wysocki
1
-0
/
+4
2011-05-18
Merge branch 'syscore' into for-linus
Rafael J. Wysocki
4
-34
/
+4
2011-05-18
Revert "PM / Hibernate: Reduce autotuned default image size"
Rafael J. Wysocki
1
-4
/
+4
2011-05-18
PM / Hibernate: Add sysfs knob to control size of memory for drivers
Rafael J. Wysocki
4
-5
/
+48
2011-05-18
kmod: always provide usermodehelper_disable()
Kay Sievers
1
-7
/
+0
2011-05-18
PM: Print a warning if firmware is requested when tasks are frozen
Rafael J. Wysocki
1
-0
/
+9
2011-05-18
Freezer: Use SMP barriers
Mike Frysinger
1
-2
/
+2
2011-05-18
PM / Suspend: Do not ignore error codes returned by suspend_enter()
MyungJoo Ham
1
-1
/
+1
2011-05-17
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-3
/
+13
2011-05-17
tick: Clear broadcast active bit when switching to oneshot
Thomas Gleixner
1
-1
/
+11
2011-05-16
sched: Fix and optimise calculation of the weight-inverse
Stephan Baerwolf
1
-3
/
+3
2011-05-16
sched: Avoid going ahead if ->cpus_allowed is not changed
Yong Zhang
1
-2
/
+4
2011-05-16
sched, rt: Update rq clock when unthrottling of an otherwise idle CPU
Mike Galbraith
2
-3
/
+10
2011-05-16
sched: Fix rt_rq runtime leakage bug
Cheng Xu
1
-3
/
+19
2011-05-13
Cache user_ns in struct cred
Serge E. Hallyn
2
-6
/
+18
2011-05-13
job control: reorganize wait_task_stopped()
Tejun Heo
1
-7
/
+23
2011-05-12
sched: Remove unused parameters from sched_fork() and wake_up_new_task()
Samir Bellabes
2
-4
/
+4
2011-05-12
Merge commit 'v2.6.39-rc7' into sched/core
Ingo Molnar
13
-28
/
+66
2011-05-11
PM: Remove sysdev suspend, resume and shutdown operations
Rafael J. Wysocki
4
-34
/
+4
2011-05-11
PM / Hibernate: Fix ioctl SNAPSHOT_S2RAM
Rafael J. Wysocki
1
-0
/
+1
2011-05-11
PM / Hibernate: Make snapshot_release() restore GFP mask
Rafael J. Wysocki
1
-1
/
+3
2011-05-11
PM: Fix warning in pm_restrict_gfp_mask() during SNAPSHOT_S2RAM ioctl
Rafael J. Wysocki
1
-2
/
+2
2011-05-10
Merge commit 'v2.6.39-rc7' into perf/core
Ingo Molnar
8
-9
/
+37
2011-05-09
ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping()
Tejun Heo
1
-2
/
+2
2011-05-09
signal: sys_sigprocmask() needs retarget_shared_pending()
Oleg Nesterov
1
-13
/
+9
2011-05-08
perf,rcu: convert call_rcu(swevent_hlist_release_rcu) to kfree_rcu()
Lai Jiangshan
1
-9
/
+1
2011-05-08
perf,rcu: convert call_rcu(free_ctx) to kfree_rcu()
Lai Jiangshan
1
-9
/
+1
2011-05-08
cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu()
Lai Jiangshan
1
-9
/
+1
[prev]
[next]