aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+2
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+37
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2-1/+2
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner4-11/+14
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner1-2/+23
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-2/+2
2012-02-13Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+2
2012-02-14module: make module param bint handle nul valueDave Young1-1/+2
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+9
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+14
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter1-2/+8
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian1-5/+14
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-02-04Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+31
2012-02-04PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat2-4/+27
2012-02-03kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu1-1/+5
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-0/+20
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds6-56/+124
2012-02-01PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat1-2/+4
2012-01-29PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2-0/+28
2012-01-27sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min1-0/+5
2012-01-27perf: Fix broken interrupt rate throttlingStephane Eranian1-38/+66
2012-01-27sched: Fix ancient race in do_exit()Yasunori Goto1-0/+16
2012-01-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+1
2012-01-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava1-1/+1
2012-01-26sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha1-5/+29
2012-01-26sched/s390: Fix compile error in sched/core.cChristian Borntraeger1-0/+1
2012-01-26sched: Fix rq->nr_uninterruptible update racePeter Zijlstra1-12/+6
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+25
2012-01-23Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2012-01-23Merge branch 'kernel-doc' from Randy DunlapLinus Torvalds2-4/+4
2012-01-23kernel-doc: fix kernel-doc warnings in schedRandy Dunlap1-2/+1
2012-01-23kernel-doc: fix new warnings in auditsc.cRandy Dunlap1-2/+3
2012-01-23kprobes: initialize before using a hlistAnanth N Mavinakayanahalli1-1/+1
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-0/+25
2012-01-21perf: Call perf_cgroup_event_time() directlyNamhyung Kim1-1/+1
2012-01-21perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim1-2/+0
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds1-3/+4
2012-01-19PM / Hibernate: Correct additional pages number calculationNamhyung Kim1-1/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-295/+474
2012-01-17audit: no leading space in audit_log_d_path prefixKees Cook2-4/+4
2012-01-17audit: fix signedness bug in audit_log_execve_info()Xi Wang1-2/+2
2012-01-17audit: comparison on interprocess fieldsPeter Moody1-0/+39
2012-01-17audit: implement all object interfield comparisonsPeter Moody1-0/+29
2012-01-17audit: allow interfield comparison between gid and ogidEric Paris1-0/+6
2012-01-17audit: complex interfield comparison helperEric Paris1-11/+39
2012-01-17audit: allow interfield comparison in audit rulesEric Paris2-2/+33
2012-01-17audit: do not call audit_getname on errorEric Paris1-3/+0
2012-01-17audit: only allow tasks to set their loginuid if it is -1Eric Paris1-1/+10
2012-01-17audit: remove task argument to audit_set_loginuidEric Paris1-3/+3
2012-01-17audit: allow audit matching on inode gidEric Paris2-0/+13
2012-01-17audit: allow matching on obj_uidEric Paris2-0/+13
2012-01-17audit: remove audit_finish_fork as it can't be calledEric Paris2-22/+0
2012-01-17audit: reject entry,always rulesEric Paris1-2/+4
2012-01-17audit: inline audit_free to simplify the look of generic codeEric Paris2-3/+2
2012-01-17audit: inline checks for not needing to collect aux recordsEric Paris1-12/+3
2012-01-17audit: drop some potentially inadvisable likely notationsEric Paris1-6/+6
2012-01-17audit: remove AUDIT_SETUP_CONTEXT as it isn't usedEric Paris1-5/+1
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-1/+1
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-4/+12
2012-01-17seccomp: audit abnormal end to a process due to seccompEric Paris2-21/+31
2012-01-17audit: check current inode and containing object when filtering on major and ...Eric Paris1-10/+14
2012-01-17audit: drop the meaningless and format breaking word 'user'Eric Paris1-1/+1
2012-01-17audit: dynamically allocate audit_names when not enough space is in the names...Eric Paris1-188/+215
2012-01-17audit: make filetype matching consistent with other filtersEric Paris2-12/+11
2012-01-17Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call"Linus Torvalds1-1/+1
2012-01-17Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar1-4/+4
2012-01-16Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+8
2012-01-16rcu: Add missing __cpuinit annotation in rcutorture codeHeiko Carstens1-2/+2
2012-01-16rcu: Make rcutorture bool parameters really bool (core code)Rusty Russell1-2/+2
2012-01-16Merge branch 'rcu/fixes-for-v3.2' into rcu/urgentPaul E. McKenney17-243/+933
2012-01-16tracepoints/module: Fix disabling tracepoints with taint CRAP or OOTSteven Rostedt1-3/+4
2012-01-15error: implicit declaration of function 'module_flags_taint'Kevin Winchester1-20/+20
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+5
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-345/+683
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds4-40/+60
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds7-115/+146
2012-01-14PM / Hibernate: Drop the check of swap space size for compressed imageBarry Song1-6/+7
2012-01-14PM: Make sysrq-o be available for CONFIG_PM unsetRafael J. Wysocki1-2/+1
2012-01-12c/r: prctl: add PR_SET_MM codes to set up mm_struct entriesCyrill Gorcunov1-0/+121
2012-01-12panic: don't print redundant backtraces on oopsAndi Kleen1-1/+5
2012-01-12sysctl: add the kernel.ns_last_pid controlPavel Emelyanov2-1/+34
2012-01-12kdump: fix crash_kexec()/smp_send_stop() race in panic()Michael Holzheu1-1/+17
2012-01-12kdump: crashk_res init check for /sys/kernel/kexec_crash_sizeMichael Holzheu1-5/+4
2012-01-12kdump: add missing RAM resource in crash_shrink_memory()Michael Holzheu1-0/+15
2012-01-12kexec: remove KMSG_DUMP_KEXECWANG Cong1-3/+0
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches2-4/+4
2012-01-12kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell3-6/+6
2012-01-13kernel/async: remove redundant declaration.Rusty Russell1-2/+0
2012-01-13printk: fix unnecessary module_param_name.Rusty Russell1-1/+1
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-0/+24
2012-01-13modules: sysfs - export: taint, coresize, initsizeKay Sievers1-29/+64
2012-01-13kernel/params: replace DEBUGP with pr_debugJim Cromie1-10/+4
2012-01-13module: replace DEBUGP with pr_debugJim Cromie1-26/+20
2012-01-13module: struct module_ref should contains long fieldsEric Dumazet2-5/+5
2012-01-13module: Fix performance regression on modules with large symbol tablesKevin Cernekee1-44/+21
2012-01-13module: Add comments describing how the "strmap" logic worksKevin Cernekee1-0/+9
2012-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+7
2012-01-11Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2012-01-11sched: Fix lockup by limiting load-balance retries on lock-breakPeter Zijlstra1-3/+7
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+4
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds4-13/+95
2012-01-10user namespace: make signal.c respect user namespacesSerge E. Hallyn1-3/+40
2012-01-10workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo1-10/+22
2012-01-10signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming1-0/+21
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+6
2012-01-10PM/Hibernate: do not count debug pages as savableStanislaw Gruszka1-0/+6
2012-01-10Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2012-01-10sched: Remove empty #ifdefsHiroshi Shimamoto1-7/+0
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds8-261/+326
2012-01-08audit: always follow va_copy() with va_end()Jesper Juhl1-2/+3
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-370/+339
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds9-58/+37
2012-01-08Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar12-39/+98
2012-01-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-345/+683
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+3
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-58/+57
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro8-25/+24
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds1-5/+7
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman4-58/+57
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-2463/+2687
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-306/+476
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-243/+933
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2012-01-06Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-16/+37
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-6/+56
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-2/+2
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris1-2/+10
2012-01-05capabilities: remove task_ns_* functionsEric Paris3-17/+3
2012-01-05capabitlies: ns_capable can use the cap helpers rather than lsm callEric Paris1-1/+1
2012-01-05capabilities: style only - move capable below ns_capableEric Paris1-16/+16
2012-01-05capabilites: introduce new has_ns_capabilities_noauditEric Paris1-5/+25
2012-01-05capabilities: call has_ns_capability from has_capabilityEric Paris1-16/+10
2012-01-05capabilities: remove all _real_ interfacesEric Paris1-3/+15
2012-01-05capabilities: reverse arguments to security_capableEric Paris1-1/+1
2012-01-05cgroup: fix to allow mounting a hierarchy by nameLi Zefan1-3/+3
2012-01-05Merge branch 'devel-stable' into for-linusRussell King1-5/+7
2012-01-05Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki1-0/+64
2012-01-05PM / Hibernate: Implement compat_ioctl for /dev/snapshotBen Hutchings1-0/+64
2012-01-04ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov2-3/+12
2012-01-04ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-1/+8
2012-01-04cgroup: move assignement out of condition in cgroup_attach_proc()Dan Carpenter1-2/+5
2012-01-03auditsc: propage umode_tAl Viro1-2/+2
2012-01-03switch kern_ipc_perm to umode_tAl Viro1-5/+5
2012-01-03switch mq_open() to umode_tAl Viro1-3/+3
2012-01-03sysctl: use umode_t for table permissionsAl Viro1-1/+1
2012-01-03cgroup: propagate mode_tAl Viro1-7/+7
2012-01-03switch debugfs to umode_tAl Viro4-4/+4
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2012-01-03get rid of timer in kern/acct.cAl Viro1-30/+10
2012-01-03hung_task: fix false positive during vforkMandeep Singh Baines1-4/+10
2012-01-02misc latin1 to utf8 conversionsAl Viro2-2/+2
2011-12-31futex: Fix uninterruptible loop due to gate_areaHugh Dickins1-8/+20
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-28irq: check domain hwirq range for DT translateRob Herring1-0/+3
2011-12-27cgroup: Remove task_lock() from cgroup_post_fork()Frederic Weisbecker1-3/+12
2011-12-27cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()Kirill A. Shutemov1-0/+2
2011-12-27cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as staticKirill A. Shutemov1-2/+2
2011-12-27Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3Avi Kivity12-306/+476
2011-12-27jump-label: export jump_label_inc/jump_label_decXiao Guangrong1-0/+2
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki13-366/+273
2011-12-25Merge branch 'pm-misc' into pm-for-linusRafael J. Wysocki2-6/+4
2011-12-23ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OFJamie Iles1-5/+7
2011-12-23sched/tracing: Add a new tracepoint for sleeptimeArun Sharma2-2/+1
2011-12-23sched: Disable scheduler warnings during oopsesDave Jones1-0/+3
2011-12-22cgroup: only need to check oldcgrp==newgrp onceMandeep Singh Baines1-16/+6
2011-12-22cgroup: remove redundant get/put of task structMandeep Singh Baines1-9/+2
2011-12-22cgroup: remove redundant get/put of old css_set from migrateMandeep Singh Baines1-20/+8
2011-12-21clockevents: remove sysdev.hKay Sievers1-1/+0
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-21/+19
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki26-84/+467
2011-12-21cgroup: Remove unnecessary task_lock before fetching css_set on migrationFrederic Weisbecker1-10/+10
2011-12-21cgroup: Drop task_lock(parent) on cgroup_fork()Frederic Weisbecker1-6/+17
2011-12-21tracing: Factorize filter creationTejun Heo1-141/+142
2011-12-21tracing: Have stack tracing set filtered functions at bootSteven Rostedt1-0/+11
2011-12-21ftrace: Allow access to the boot time function enablingSteven Rostedt1-4/+4
2011-12-21tracing: Have stack_tracer use a separate list of functionsSteven Rostedt1-1/+18
2011-12-21ftrace: Decouple hash items from showing filtered functionsSteven Rostedt1-8/+8
2011-12-21ftrace: Allow other users of function tracing to use the output listingSteven Rostedt1-16/+25
2011-12-21ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt1-11/+17
2011-12-21ftrace: Fix ftrace hash record update with notraceSteven Rostedt1-1/+1
2011-12-21ftrace: Use bsearch to find record ipSteven Rostedt1-15/+23
2011-12-21ftrace: Sort the mcount records on each pageSteven Rostedt1-0/+29
2011-12-21ftrace: Replace record newlist with record page listSteven Rostedt1-31/+37
2011-12-21ftrace: Allocate the mcount record pages as groupsSteven Rostedt1-51/+128
2011-12-21ftrace: Remove usage of "freed" recordsSteven Rostedt1-51/+49
2011-12-21ftrace: Allow archs to modify code without stop machineSteven Rostedt1-38/+215
2011-12-21ftrace: Fix unregister ftrace_ops accountingJiri Olsa1-14/+13
2011-12-21sched: Fix cgroup movement of waking processDaisuke Nishimura1-1/+3
2011-12-21sched: Fix cgroup movement of newly created processDaisuke Nishimura1-0/+13