index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2014-05-19
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
2014-05-19
kernel/kmod.c: check for NULL in call_usermodehelper_exec()
Tetsuo Handa
2014-05-19
Fix lockup related to stop_machine being stuck in __do_softirq.
Ben Greear
2013-06-10
softirq: reduce latencies
Eric Dumazet
2013-06-10
tracing: Fix double free when function profile init failed
Namhyung Kim
2013-06-10
Fix a dead loop in async_synchronize_full()
Li Zhong
2013-06-10
cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
Tejun Heo
2013-06-10
kernel/resource.c: fix stack overflow in __reserve_region_with_split()
T Makphaibulchoke
2013-06-10
ring-buffer: Fix race between integrity check and readers
Steven Rostedt
2013-06-10
kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()
Shawn Guo
2013-06-10
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
Oleg Nesterov
2013-06-10
kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER
Andrew Morton
2013-06-10
kernel/signal.c: stop info leak via the tkill and the tgkill syscalls
Emese Revfy
2013-06-10
ptrace: Fix ptrace when task is in task_is_stopped() state
John Johansen
2013-06-10
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
Oleg Nesterov
2013-06-10
ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
Oleg Nesterov
2013-06-10
ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread
Oleg Nesterov
2013-06-10
signal: always clear sa_restorer on execve
Kees Cook
2013-06-10
kmod: make __request_module() killable
Oleg Nesterov
2013-06-10
kmod: introduce call_modprobe() helper
Oleg Nesterov
2013-06-10
usermodehelper: ____call_usermodehelper() doesn't need do_exit()
Oleg Nesterov
2013-06-10
usermodehelper: implement UMH_KILLABLE
Oleg Nesterov
2013-06-10
usermodehelper: introduce umh_complete(sub_info)
Oleg Nesterov
2013-06-10
tick: Cleanup NOHZ per cpu data on cpu down
Thomas Gleixner
2013-06-10
timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE
Tirupathi Reddy
2013-06-10
posix-cpu-timers: Fix nanosleep task_struct leak
Stanislaw Gruszka
2013-06-10
clockevents: Don't allow dummy broadcast timers
Mark Rutland
2013-06-10
2.6.32.y: timekeeping: Fix nohz issue with commit 61b76840ddee647c0c223365378...
John Stultz
2012-10-07
random: remove rand_initialize_irq()
Theodore Ts'o
2012-10-07
random: make 'add_interrupt_randomness()' do something sane
Theodore Ts'o
2012-10-07
epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
Oleg Nesterov
2012-10-07
futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()
Darren Hart
2012-10-07
futex: Fix bug in WARN_ON for NULL q.pi_state
Darren Hart
2012-10-07
futex: Test for pi_mutex on fault in futex_wait_requeue_pi()
Darren Hart
2012-10-07
ntp: Fix STA_INS/DEL clearing bug
John Stultz
2012-10-07
ntp: Fix integer overflow when setting time
Sasha Levin
2012-10-07
cred: copy_process() should clear child->replacement_session_keyring
Oleg Nesterov
2012-10-07
block: Fix io_context leak after failure of clone with CLONE_IO
Louis Rilling
2012-10-07
sched: Fix signed unsigned comparison in check_preempt_tick()
Mike Galbraith
2012-10-07
usb: Fix deadlock in hid_reset when Dell iDRAC is reset
Stuart Hayes
2012-10-07
time: Move ktime_t overflow checking into timespec_valid_strict
John Stultz
2012-10-07
time: Avoid making adjustments if we haven't accumulated anything
John Stultz
2012-10-07
time: Improve sanity checking of timekeeping inputs
John Stultz
2012-10-07
timekeeping: Add missing update call in timekeeping_resume()
Thomas Gleixner
2012-10-07
hrtimer: Update hrtimer base offsets each hrtimer_interrupt
John Stultz
2012-10-07
timekeeping: Provide hrtimer update function
Thomas Gleixner
2012-10-07
hrtimers: Move lock held region in hrtimer_interrupt()
Thomas Gleixner
2012-10-07
timekeeping: Maintain ktime_t based offsets for hrtimers
Thomas Gleixner
2012-10-07
timekeeping: Fix leapsecond triggered load spike issue
John Stultz
2012-10-07
hrtimer: Provide clock_was_set_delayed()
John Stultz
[next]