summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: kprobes: Reject probing of all coprocessor instructionsJon Medhurst2011-04-281-102/+11
* ARM: kprobes: Fix emulation of USAD8 instructionsJon Medhurst2011-04-281-6/+4
* ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructionsJon Medhurst2011-04-281-7/+15
* ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst...Jon Medhurst2011-04-281-2/+12
* ARM: kprobes: Reject probing of undefined media instructionsJon Medhurst2011-04-281-1/+35
* ARM: kprobes: Add emulation of RBIT instructionJon Medhurst2011-04-281-1/+2
* ARM: kprobes: Reject probing of LDRB instructions which load PCJon Medhurst2011-04-281-0/+4
* ARM: kprobes: Fix emulation of LDRD and STRD instructionsJon Medhurst2011-04-281-6/+6
* ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic...Jon Medhurst2011-04-281-0/+17
* ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructionsJon Medhurst2011-04-281-2/+3
* ARM: kprobes: Reject probing of STREX and LDREX instructionsJon Medhurst2011-04-281-5/+22
* ARM: kprobes: Reject probing of undefined multiply instructionsJon Medhurst2011-04-281-3/+8
* ARM: kprobes: Fix error in commentJon Medhurst2011-04-281-1/+1
* ARM: kprobes: Reject probing of instructions which write to PC unpredictably.Jon Medhurst2011-04-281-0/+28
* ARM: kprobes: Fix emulation of MRS instructionJon Medhurst2011-04-281-11/+12
* ARM: kprobes: Reject probing MRS instructions which read SPSRJon Medhurst2011-04-281-5/+7
* ARM: kprobes: Fix emulation of Data-processing (immediate) instructionsJon Medhurst2011-04-281-1/+1
* ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions.Jon Medhurst2011-04-281-2/+53
* ARM: kprobes: Remove redundant condition checks from simulation routinesJon Medhurst2011-04-281-27/+3
* ARM: kprobes: Fix probing of conditionally executed instructionsJon Medhurst2011-04-283-1/+96
* kprobes/arm: Fix ldrd/strd emulationViktor Rosendahl2011-04-281-5/+15
* Linux 2.6.39-rc2v2.6.39-rc2Linus Torvalds2011-04-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Linus Torvalds2011-04-0514-91/+148
|\
| * ide: always ensure that blk_delay_queue() is called if we have pending IOJens Axboe2011-04-051-21/+21
| * block: fix request sorting at unplugKonstantin Khlebnikov2011-04-051-1/+1
| * dm: improve block integrity supportMike Snitzer2011-04-053-35/+93
| * fs: export empty_aopsJens Axboe2011-04-054-5/+12
| * ide: ide_requeue_and_plug() reinstate "always plug" behaviourJens Axboe2011-04-051-2/+1
| * blk-throttle: don't call xchg on boolAndreas Schwab2011-04-051-2/+2
| * ufs: remove unessecary blk_flush_plugChristoph Hellwig2011-04-051-1/+0
| * block: make the flush insertion use the tail of the dispatch listJens Axboe2011-04-051-2/+2
| * block: get rid of elv_insert() interfaceJens Axboe2011-04-053-23/+17
| * block: dump request state on seeing a corrupted request completionJens Axboe2011-04-051-1/+1
* | inotify: fix double free/corruption of stuct userEric Paris2011-04-052-26/+14
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-04-052-44/+0
|\ \
| * | drm/i915/lvds: Remove 0xa0 DDC probe for LVDSChris Wilson2011-04-051-24/+0
| * | drm/i915/crt: Remove 0xa0 probe for VGAChris Wilson2011-04-051-20/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-04-059-109/+221
|\ \ \
| * | | Input: rpckbd - fix a leak of the IRQ during init failureAxel Lin2011-04-021-1/+1
| * | | Input: wacom - add support for Lenovo tablet ID (0xE6)Manoj Iyer2011-03-311-0/+4
| * | | Input: i8042 - downgrade selftest error message to dbg()Paul Bolle2011-03-311-3/+4
| * | | Input: synaptics - fix crash in synaptics_module_init()Jan Beulich2011-03-311-2/+2
| * | | Input: spear-keyboard - fix inverted condition in interrupt handlerRajeev Kumar2011-03-311-1/+1
| * | | Input: uinput - allow for 0/0 min/max on absolute axes.Peter Hutterer2011-03-311-1/+5
| * | | Input: sparse-keymap - report KEY_UNKNOWN for unknown scan codesSeth Forshee2011-03-281-0/+8
| * | | Input: sparse-keymap - report scancodes with key eventsSeth Forshee2011-03-281-0/+6
| * | | Input: h3600_ts_input - fix a spelling errorSylvestre Ledru2011-03-261-1/+1
| * | | Input: wacom - report resolution for pen devicesPing Cheng2011-03-262-92/+181
| * | | Input: wacom - constify wacom_features for a new missed Bamboo modelsPing Cheng2011-03-261-8/+8
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-04-0510-38/+57
|\ \ \ \