aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-06-03Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+16
2013-05-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+5
2013-05-29cgroup: warn about mismatching options of a new mount of an existing hierarchyJeff Liu1-5/+8
2013-05-28Merge tag 'trace-fixes-v3.10-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+10
2013-05-28ring-buffer: Do not poll non allocated cpu buffersSteven Rostedt (Red Hat)1-0/+3
2013-05-24auditfilter.c: fix kernel-doc warningsRandy Dunlap1-3/+0
2013-05-24Merge tag 'trace-fixes-v3.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2013-05-24cgroup: fix a subtle bug in descendant pre-order walkTejun Heo1-6/+3
2013-05-23tracing: Fix crash when ftrace=nop on the kernel command lineSteven Rostedt (Red Hat)1-2/+7
2013-05-18Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-17/+4
2013-05-17x86, range: fix missing merge during add rangeYinghai Lu1-3/+5
2013-05-17kmemleak: No need for scanning specific module sectionsSteven Rostedt1-13/+0
2013-05-17kmemleak: Scan all allocated, writeable and not executable module sectionsSteven Rostedt1-4/+4
2013-05-16Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+6
2013-05-16Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-2/+2
2013-05-16usermodehelper: check subprocess_info->path != NULLOleg Nesterov1-0/+5
2013-05-16tracing: Return -EBUSY when event_enable_func() fails to get moduleMasami Hiramatsu1-1/+3
2013-05-15workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_i...Tejun Heo1-1/+2
2013-05-15Merge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+44
2013-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-151/+89
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-12/+8
2013-05-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2013-05-15tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu1-2/+2
2013-05-15tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu1-1/+1
2013-05-15tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu1-10/+37
2013-05-15tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)1-0/+4
2013-05-15rcu: Don't allocate bootmem from rcu_init()Sasha Levin1-1/+1
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz1-5/+0
2013-05-14workqueue: Make schedule_work() available again to non GPL modulesMarc Dionne1-3/+3
2013-05-14workqueue: correct handling of the pool spin_lockJoonsoo Kim1-0/+1
2013-05-14rcu: Fix comparison sense in rcu_needs_cpu()Paul E. McKenney1-1/+1
2013-05-14Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+9
2013-05-14timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy1-1/+1
2013-05-14rcu/idle: Wrap cpu-idle poll mode within rcu_idle_enter/exitSrivatsa S. Bhat1-0/+2
2013-05-14tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner1-0/+1
2013-05-14cgroup: initialize xattr before calling d_instantiate()Li Zefan1-4/+5
2013-05-12tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner1-1/+1
2013-05-11Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-108/+363
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds4-783/+656
2013-05-10workqueue: workqueue_congested() shouldn't translate WORK_CPU_UNBOUND into no...Tejun Heo1-0/+9
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+3
2013-05-10Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds1-1/+4
2013-05-09tracing/kprobes: Support soft-mode disablingMasami Hiramatsu1-0/+6
2013-05-09tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu1-36/+214
2013-05-09tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu1-17/+16
2013-05-09tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu1-4/+4
2013-05-09tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu1-1/+1
2013-05-09ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)1-1/+5
2013-05-09ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)1-1/+1
2013-05-09ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)1-4/+6
2013-05-09tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)1-12/+20
2013-05-09tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu1-2/+10
2013-05-09tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu1-0/+2
2013-05-09tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu1-0/+2
2013-05-09ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu1-27/+32
2013-05-09ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu1-21/+52
2013-05-09switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEAl Viro1-2/+2
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-0/+1
2013-05-09ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)1-1/+1
2013-05-09tracing: Return error if register_ftrace_function_probe() fails for event_ena...Steven Rostedt (Red Hat)1-2/+9
2013-05-09tracing: Don't succeed if event_enable_func did not register anythingMasami Hiramatsu1-1/+4
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds4-0/+22
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-05-08audit: fix message spacing printing auidEric Paris1-1/+1
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-0/+3
2013-05-07aio: don't include aio.h in sched.hKent Overstreet3-0/+3
2013-05-07Revert "audit: move kaudit thread start from auditd registration to kaudit init"Eric Paris1-4/+10
2013-05-07audit: Make testing for a valid loginuid explicit.Eric W. Biederman2-3/+19
2013-05-07perf: Factor out auxiliary events notificationJiri Olsa1-153/+89
2013-05-07perf: Fix EXIT event notificationJiri Olsa1-12/+14
2013-05-06irqdomain: Allow quiet failure modeBenjamin Herrenschmidt1-3/+17
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-88/+607
2013-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+10
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-25/+34
2013-05-05tick: Use zalloc_cpumask_var for allocating offstack cpumasksThomas Gleixner1-5/+5
2013-05-05rcutrace: single_open() leaksAl Viro1-4/+4
2013-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+6
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara1-1/+6
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker4-0/+48
2013-05-04rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker1-1/+0
2013-05-03ring-buffer: Select IRQ_WORKSteven Rostedt (Red Hat)1-1/+1
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+116
2013-05-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-29/+51
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker84-4072/+8743
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-58/+26
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-5/+1
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro2-28/+2
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells6-7/+8
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells2-2/+2
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-5/+7
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-73/+28
2013-05-01perf: Fix vmalloc ring buffer pages handlingJiri Olsa1-4/+10
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds22-364/+600
2013-04-30power/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-04-30kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-04-30kernel/sys.c: make prctl(PR_SET_MM) generally availableAmnon Shiloh1-8/+2
2013-04-30relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)1-4/+1
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)1-0/+3
2013-04-30kernel/relay.c: remove unused function argument actorzhangwei(Jovi)1-8/+4
2013-04-30semaphore: use `bool' type for semaphore_waiter's upliguang1-3/+3
2013-04-30semaphore: use unlikely() for down's timeoutliguang1-1/+1
2013-04-30pid_namespace.c/.h: simplify definesRaphael S.Carvalho2-5/+0
2013-04-30kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho1-2/+6
2013-04-30kexec: Use min() and min_t() to simplify logicZhang Yanfei1-16/+8
2013-04-30kexec: fix wrong types of some local variablesZhang Yanfei1-3/+3
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov1-2/+4
2013-04-30kmod: remove call_usermodehelper_fns()Lucas De Marchi1-14/+17
2013-04-30kmod: split call to call_usermodehelper_fns()Lucas De Marchi1-2/+10
2013-04-30usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi1-33/+24
2013-04-30ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin1-0/+80
2013-04-30kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell2-207/+212
2013-04-30kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEStephen Rothwell1-2/+1
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell2-66/+69
2013-04-30kernel/smp.c: cleanupsAndrew Morton1-45/+46
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang1-4/+2
2013-04-30kernel/smp.c: use '|=' for csd_lockliguang1-1/+1
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo4-1/+93
2013-04-30kthread: implement probe_kthread_data()Tejun Heo1-0/+19
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta1-2/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+16
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2-6/+26
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-0/+18
2013-04-30kernel/range.c: subtract_range: fix the broken phrase issued by printkLin Feng1-1/+2
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+2
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+17
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKEric Paris3-360/+394
2013-04-30audit: use spin_lock in audit_receive_msg to process tty loggingEric Paris1-6/+4
2013-04-30audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs1-6/+10
2013-04-30audit: use spin_lock_irqsave/restore in audit tty codeEric Paris1-4/+6
2013-04-30helper for some session id stuffEric Paris1-8/+12
2013-04-30audit: use a consistent audit helper to log lsm informationEric Paris3-47/+10
2013-04-30audit: push loginuid and sessionid processing downEric Paris1-1/+1
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2-76/+46
2013-04-30audit: remove the old depricated kernel interfaceEric Paris2-180/+8
2013-04-30audit: make validity checking genericEric Paris1-76/+70
2013-04-30sched: Avoid prev->stime underflowStanislaw Gruszka1-7/+7
2013-04-30sched: Do not account bogus utimeStanislaw Gruszka1-0/+9
2013-04-30sched: Avoid cputime scaling overflowStanislaw Gruszka1-22/+35
2013-04-30Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-279/+757
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+109
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-451/+719
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-111/+432
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-469/+435
2013-04-30tracing: Fix small merge bugSteven Rostedt1-1/+1
2013-04-30relay: move remove_buf_file inside relay_close_bufDmitry Monakhov1-1/+1
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-11/+28
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-520/+343
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds6-883/+1985
2013-04-29Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+18
2013-04-29kernel/: rename random32() to prandom_u32()Akinobu Mita2-2/+2
2013-04-29printk: fix failure to return error in devkmsg_poll()Nicolas Kaiser1-1/+2
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-7/+23
2013-04-29printk/tracing: rework console tracingzhangwei(Jovi)1-1/+1
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds11-127/+239
2013-04-29mem hotunplug: fix kfree() of bootmem memoryYasuaki Ishimatsu1-13/+55
2013-04-29resource: add release_mem_region_adjustable()Toshi Kani1-0/+103
2013-04-29resource: add __adjust_resource() for internal useToshi Kani1-13/+22
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker1-0/+7
2013-04-29mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker1-0/+7
2013-04-29kernel/cpuset.c: use register_hotmemory_notifier()Andrew Morton1-5/+7
2013-04-29kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai1-1/+2
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim1-1/+1
2013-04-29fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett1-1/+0
2013-04-29cgroup: remove css_get_nextMichal Hocko1-49/+0
2013-04-29mm,kexec: use common help functions to free reserved pagesJiang Liu1-6/+2
2013-04-29kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang1-1/+1
2013-04-29kernel/auditfilter.c: tree and watch will memory leak when failure occursChen Gang1-0/+4
2013-04-29audit: remove unnecessary #if CONFIG_AUDITGao feng1-2/+0
2013-04-29audit: remove duplicate export of audit_enabledGao feng1-1/+0
2013-04-29audit: don't check if kauditd is valid every timeGao feng1-6/+6
2013-04-29kernel/auditsc.c: use kzalloc instead of kmalloc+memsetRakib Mullick1-10/+4
2013-04-29kthread: kill task_get_live_kthread()Oleg Nesterov1-13/+7
2013-04-29kthread: introduce to_live_kthread()Oleg Nesterov1-10/+16
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds26-1248/+4013
2013-04-29fix a leak in /proc/schedstatsAl Viro1-6/+1
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-72/+165
2013-04-29nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong1-3/+4
2013-04-27cpuset: fix compile warning when CONFIG_SMP=nLi Zefan1-7/+0
2013-04-28Merge branch 'pm-assorted'Rafael J. Wysocki1-5/+17
2013-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2013-04-27cpuset: fix cpu hotplug vs rebuild_sched_domains() raceLi Zefan1-1/+9
2013-04-27cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()Li Zhong1-11/+2
2013-04-27Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar1-1/+3
2013-04-26cgroup: restore the call to eventfd->poll()Li Zefan1-0/+2
2013-04-26cgroup: fix use-after-free when umounting cgroupfsLi Zefan1-2/+4
2013-04-26nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker1-1/+3
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot2-11/+16
2013-04-26nohz: Reduce overhead under high-freq idling patternsIngo Molnar1-3/+4
2013-04-26lockdep: Consolidate bug messages into a single print_lockdep_off() functionDave Jones1-15/+13
2013-04-26lockdep: Print out additional debugging advice when we hit lockdep BUGsDave Jones1-0/+5
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2-0/+5
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner31-275/+539
2013-04-24nohz: Remove full dynticks' superfluous dependency on RCU treeFrederic Weisbecker1-2/+0
2013-04-24sched: Prevent to re-select dst-cpu in load_balance()Joonsoo Kim1-18/+15
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim2-4/+4
2013-04-24sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim1-9/+7
2013-04-24sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim1-1/+14
2013-04-24sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim1-3/+4
2013-04-24sched: Change position of resched_cpu() in load_balance()Joonsoo Kim1-5/+5