summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju2012-03-312-8/+114
* uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju2012-03-312-0/+217
* uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-143-4/+327
* Merge branch 'x86/cleanups' into perf/uprobesIngo Molnar2012-03-1318-46/+171
|\
| * Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-132-9/+61
| |\
| | * compat: Add helper functions to read/write struct timeval, timespecH. Peter Anvin2012-02-201-8/+60
| | * Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells2012-02-191-1/+1
| | |
| | \
| *-. \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2012-03-022-4/+4
| |\ \ \
| | | * | CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat2012-02-271-2/+2
| | * | | perf/hwbp: Fix a possible memory leakNamhyung Kim2012-02-281-2/+2
| |/ / /
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-02-272-1/+2
| |\ \ \ | | |/ /
| | * | sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2012-02-222-1/+2
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-13/+37
| |\ \ \
| | * | | genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-154-11/+14
| | * | | genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner2012-02-151-2/+23
| * | | | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-241-1/+4
| | |/ / | |/| |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-02-201-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich2012-02-131-2/+2
| * | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-02-131-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | module: make module param bint handle nul valueDave Young2012-02-141-1/+2
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-02-112-3/+9
| |\ \
| | * | relay: prevent integer overflow in relay_open()Dan Carpenter2012-02-101-2/+8
| | * | block: strip out locking optimization in put_io_context()Tejun Heo2012-02-071-1/+1
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-02-101-5/+14
| |\ \ \ | | |_|/ | |/| |
| | * | perf: Fix double start/stop in x86_pmu_start()Stephane Eranian2012-02-071-5/+14
| * | | Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-02-043-6/+31
| |\ \ \
| | * | | PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat2012-02-042-4/+27
| | * | | PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat2012-02-011-2/+4
| * | | | kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu2012-02-031-1/+5
| | |/ / | |/| |
* | | | uprobes/core: Rename bkpt to swbpSrikar Dronamraju2012-03-131-17/+17
* | | | uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju2012-03-131-45/+48
* | | | uprobes/core: Make macro names consistentSrikar Dronamraju2012-03-131-9/+9
* | | | uprobes: Update copyright noticesIngo Molnar2012-02-221-1/+2
* | | | uprobes/core: Move insn to arch specific structureSrikar Dronamraju2012-02-221-12/+26
* | | | uprobes/core: Remove uprobe_opcode_szSrikar Dronamraju2012-02-221-3/+3
* | | | uprobes: Move to kernel/events/Ingo Molnar2012-02-223-1/+3
* | | | uprobes/core: Clean up, refactor and improve the codeIngo Molnar2012-02-171-92/+127
* | | | uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju2012-02-172-0/+977
* | | | watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao2012-02-111-12/+12
* | | | Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-02-068-18/+106
|\ \ \ \ | |/ / /
| * | | Fix race in process_vm_rw_coreChristopher Yeoh2012-02-021-0/+20
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds2012-02-026-56/+124
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | | * | | sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min2012-01-271-0/+5
| | | | * | | sched: Fix ancient race in do_exit()Yasunori Goto2012-01-271-0/+16
| | | | * | | sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha2012-01-261-5/+29
| | | | * | | sched/s390: Fix compile error in sched/core.cChristian Borntraeger2012-01-261-0/+1
| | | | * | | sched: Fix rq->nr_uninterruptible update racePeter Zijlstra2012-01-261-12/+6
| | | | |/ /
| | * | | | bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-261-1/+1
| * | | | | PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2012-01-292-0/+28
* | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-01-311-38/+66
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
OpenPOWER on IntegriCloud