summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-06-10softirq: reduce latenciesEric Dumazet1-8/+9
2013-06-10tracing: Fix double free when function profile init failedNamhyung Kim1-1/+0
2013-06-10Fix a dead loop in async_synchronize_full()Li Zhong1-4/+9
2013-06-10cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2013-06-10kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke1-12/+38
2013-06-10ring-buffer: Fix race between integrity check and readersSteven Rostedt1-0/+2
2013-06-10kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo1-0/+1
2013-06-10wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2013-06-10kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton1-1/+1
2013-06-10kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2013-06-10ptrace: Fix ptrace when task is in task_is_stopped() stateJohn Johansen1-5/+9
2013-06-10ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2-12/+55
2013-06-10ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2-10/+4
2013-06-10ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov1-1/+1
2013-06-10signal: always clear sa_restorer on execveKees Cook1-0/+3
2013-06-10kmod: make __request_module() killableOleg Nesterov1-2/+34
2013-06-10kmod: introduce call_modprobe() helperOleg Nesterov1-7/+14
2013-06-10usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov1-1/+1
2013-06-10usermodehelper: implement UMH_KILLABLEOleg Nesterov1-2/+25
2013-06-10usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov1-2/+7
2013-06-10tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner1-1/+1
2013-06-10timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy1-1/+1
2013-06-10posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka1-2/+21
2013-06-10clockevents: Don't allow dummy broadcast timersMark Rutland1-1/+2
2013-06-102.6.32.y: timekeeping: Fix nohz issue with commit 61b76840ddee647c0c223365378...John Stultz1-1/+2
2012-10-07random: remove rand_initialize_irq()Theodore Ts'o1-17/+0
2012-10-07random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-4/+3
2012-10-07epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2012-10-07futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart1-5/+8
2012-10-07futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart1-1/+1
2012-10-07futex: Test for pi_mutex on fault in futex_wait_requeue_pi()Darren Hart1-1/+1
2012-10-07ntp: Fix STA_INS/DEL clearing bugJohn Stultz1-2/+6
2012-10-07ntp: Fix integer overflow when setting timeSasha Levin1-1/+1
2012-10-07cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov1-0/+2
2012-10-07block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling2-2/+3
2012-10-07sched: Fix signed unsigned comparison in check_preempt_tick()Mike Galbraith1-0/+3
2012-10-07usb: Fix deadlock in hid_reset when Dell iDRAC is resetStuart Hayes1-0/+1
2012-10-07time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-3/+3
2012-10-07time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz1-0/+4
2012-10-07time: Improve sanity checking of timekeeping inputsJohn Stultz1-1/+14
2012-10-07timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner1-0/+1
2012-10-07hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz1-15/+12
2012-10-07timekeeping: Provide hrtimer update functionThomas Gleixner1-0/+32
2012-10-07hrtimers: Move lock held region in hrtimer_interrupt()Thomas Gleixner1-2/+3
2012-10-07timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner1-1/+24
2012-10-07timekeeping: Fix leapsecond triggered load spike issueJohn Stultz1-0/+2
2012-10-07hrtimer: Provide clock_was_set_delayed()John Stultz1-0/+20
2012-10-07time: Move common updates to a functionThomas Gleixner1-6/+14
2012-10-07timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz1-0/+1
2012-10-07ntp: Correct TAI offset during leap secondRichard Cochran1-1/+1