index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
time, Fix setting of hardware clock in NTP code
Prarit Bhargava
2013-02-08
2
-2
/
+14
*
timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK
John Stultz
2013-01-29
1
-1
/
+1
*
timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK option
Feng Tang
2013-01-15
1
-0
/
+5
*
timekeeping: Add persistent_clock_exist flag
Feng Tang
2013-01-15
1
-5
/
+11
*
posix-timers: Fix clock_adjtime to always return timex data on success
Miroslav Lichvar
2013-01-15
1
-1
/
+1
*
NTP: Add a CONFIG_RTC_SYSTOHC configuration
Jason Gunthorpe
2013-01-15
1
-4
/
+12
*
time: create __getnstimeofday for WARNless calls
Kees Cook
2013-01-15
1
-5
/
+24
*
Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...
Thomas Gleixner
2012-11-21
13
-262
/
+230
|
\
|
*
time: Kill xtime_lock, replacing it with jiffies_lock
John Stultz
2012-11-13
5
-29
/
+22
|
*
time/jiffies: Make clocksource_jiffies static
Lars-Peter Clausen
2012-11-13
1
-1
/
+1
|
*
module: fix out-by-one error in kallsyms
Rusty Russell
2012-10-31
1
-11
/
+16
|
*
Merge branch 'akpm' (Andrew's fixes)
Linus Torvalds
2012-10-25
1
-1
/
+11
|
|
\
|
|
*
pidns: limit the nesting depth of pid namespaces
Andrew Vagin
2012-10-25
1
-1
/
+11
|
*
|
Makefile: Documentation for external tool should be correct
H. Peter Anvin
2012-10-25
1
-4
/
+2
|
|
/
|
*
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-10-24
1
-31
/
+10
|
|
\
|
|
*
Revert "cgroup: Remove task_lock() from cgroup_post_fork()"
Tejun Heo
2012-10-19
1
-12
/
+3
|
|
*
Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"
Tejun Heo
2012-10-19
1
-17
/
+6
|
|
*
cgroup: notify_on_release may not be triggered in some cases
Daisuke Nishimura
2012-10-16
1
-2
/
+1
|
*
|
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-10-24
1
-1
/
+1
|
|
\
\
|
|
*
|
workqueue: cancel_delayed_work() should return %false if work item is idle
Dan Magenheimer
2012-10-24
1
-1
/
+1
|
|
|
/
|
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-10-24
2
-183
/
+166
|
|
\
\
|
|
*
\
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2012-10-21
1
-0
/
+4
|
|
|
\
\
|
|
|
*
|
ring-buffer: Check for uninitialized cpu buffer before resizing
Vaibhav Nagarnaik
2012-10-11
1
-0
/
+4
|
|
*
|
|
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2012-10-21
1
-183
/
+162
|
|
|
\
\
\
|
|
|
*
|
|
uprobes: Fix the racy uprobe->flags manipulation
Oleg Nesterov
2012-10-07
1
-14
/
+14
|
|
|
*
|
|
uprobes: Fix prepare_uprobe() race with itself
Oleg Nesterov
2012-10-07
1
-0
/
+8
|
|
|
*
|
|
uprobes: Introduce prepare_uprobe()
Oleg Nesterov
2012-10-07
1
-19
/
+41
|
|
|
*
|
|
uprobes: Fix handle_swbp() vs unregister() + register() race
Oleg Nesterov
2012-10-07
1
-0
/
+9
|
|
|
*
|
|
uprobes: Do not delete uprobe if uprobe_unregister() fails
Oleg Nesterov
2012-10-07
1
-6
/
+6
|
|
|
*
|
|
uprobes: Don't return success if alloc_uprobe() fails
Oleg Nesterov
2012-10-07
1
-1
/
+3
|
|
|
*
|
|
uprobes: Simplify is_swbp_at_addr(), remove stale comments
Oleg Nesterov
2012-09-29
1
-49
/
+24
|
|
|
*
|
|
uprobes: Kill set_orig_insn()->is_swbp_at_addr()
Oleg Nesterov
2012-09-29
1
-9
/
+23
|
|
|
*
|
|
uprobes: Introduce copy_opcode(), kill read_opcode()
Oleg Nesterov
2012-09-29
1
-44
/
+19
|
|
|
*
|
|
uprobes: Kill set_swbp()->is_swbp_at_addr()
Oleg Nesterov
2012-09-29
1
-11
/
+0
|
|
|
*
|
|
uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas
Oleg Nesterov
2012-09-29
1
-9
/
+4
|
|
|
*
|
|
uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC
Oleg Nesterov
2012-09-29
1
-2
/
+2
|
|
|
*
|
|
uprobes: Change write_opcode() to use FOLL_FORCE
Oleg Nesterov
2012-09-29
1
-1
/
+1
|
|
|
*
|
|
uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()
Oleg Nesterov
2012-09-29
1
-0
/
+2
|
|
|
*
|
|
uprobes: Kill UTASK_BP_HIT state
Oleg Nesterov
2012-09-29
1
-20
/
+9
|
|
|
*
|
|
uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()
Oleg Nesterov
2012-09-29
1
-16
/
+15
|
|
|
*
|
|
uprobes: Do not setup ->active_uprobe/state prematurely
Oleg Nesterov
2012-09-29
1
-6
/
+3
|
|
|
*
|
|
uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails
Oleg Nesterov
2012-09-29
1
-1
/
+4
|
*
|
|
|
|
module_signing: fix printk format warning
Randy Dunlap
2012-10-22
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
tick: Correct the comments for tick_sched_timer()
Chuansheng Liu
2012-11-01
1
-1
/
+1
*
|
|
|
|
Merge branch 'nohz/core' of git://github.com/fweisbec/linux-dynticks into tim...
Ingo Molnar
2012-10-21
1
-63
/
+48
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
tick: Conditionally build nohz specific code in tick handler
Frederic Weisbecker
2012-10-15
1
-0
/
+2
|
*
|
|
|
tick: Consolidate tick handling for high and low res handlers
Frederic Weisbecker
2012-10-15
1
-33
/
+22
|
*
|
|
|
tick: Consolidate timekeeping handling code
Frederic Weisbecker
2012-10-15
1
-30
/
+24
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
use clamp_t in UNAME26 fix
Kees Cook
2012-10-19
1
-1
/
+1
*
|
|
|
MODSIGN: Move the magic string to the end of a module and eliminate the search
David Howells
2012-10-19
3
-28
/
+25
[next]