summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Kconfig.debug: Add FRAME_POINTER anti-dependency for ARCVineet Gupta2013-09-051-3/+3
* ARC: Fix __udelay calculationMischa Jonker2013-09-051-3/+2
* ARC: remove console_verbose() from setup_arch()Mischa Jonker2013-09-051-2/+0
* ARC: Add read*_relaxed to asm/io.hMischa Jonker2013-09-051-0/+4
* ARC: Handle un-aligned user space access in BE.Noam Camus2013-09-051-7/+19
* ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta2013-08-304-86/+40
* ARC: [ASID] activate_mm() == switch_mm()Vineet Gupta2013-08-301-11/+9
* ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta2013-08-302-33/+25
* ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta2013-08-303-21/+21
* ARC: [ASID] Remove legacy/unused debug codeVineet Gupta2013-08-302-14/+0
* ARC: No need to flush the TLB in early bootVineet Gupta2013-08-301-7/+0
* ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta2013-08-302-40/+56
* ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta2013-08-303-25/+11
* ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta2013-08-293-48/+54
* ARC: Code cosmetics (Nothing semantical)Vineet Gupta2013-08-294-104/+77
* ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2013-08-262-12/+5
* ARC: Exception Handlers Code consolidationVineet Gupta2013-08-263-51/+37
* ARC: Add some .gitignore entriesVineet Gupta2013-08-262-0/+2
* Linux 3.11-rc7v3.11-rc7Linus Torvalds2013-08-251-1/+1
* Merge tag 'staging-3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-08-252-2/+3
|\
| * staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott2013-08-231-1/+1
| * Merge tag 'iio-fixes-for-3.11c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-08-191-1/+2
| |\
| | * iio: adjd_s311: Fix non-scan mode data readPeter Meerwald2013-08-191-1/+2
| |/
* | Merge tag 'usb-3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-08-253-2/+7
|\ \
| * | usb: phy: fix build breakageAnatolij Gustschin2013-08-232-2/+2
| * | USB: OHCI: add missing PCI PM callbacks to ohci-pci.cAlan Stern2013-08-231-0/+5
* | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-08-253-4/+9
|\ \ \
| * \ \ Merge branch 'security-fixes' into fixesRussell King2013-08-202-4/+8
| |\ \ \
| | * | | ARM: 7816/1: CONFIG_KUSER_HELPERS: fix help textNicolas Pitre2013-08-201-3/+6
| | * | | ARM: 7819/1: fiq: Cast the first argument of flush_icache_range()Fabio Estevam2013-08-201-1/+2
| * | | | ARM: 7815/1: kexec: offline non panic CPUs on Kdump panicVijaya Kumar K2013-08-201-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-08-258-19/+17
|\ \ \ \ \
| * | | | | VFS: collect_mounts() should return an ERR_PTRDan Carpenter2013-08-241-1/+1
| * | | | | bfs: iget_locked() doesn't return an ERR_PTRDan Carpenter2013-08-241-1/+1
| * | | | | efs: iget_locked() doesn't return an ERR_PTR()Dan Carpenter2013-08-241-1/+1
| * | | | | proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov2013-08-241-2/+0
| * | | | | cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-08-244-14/+14
| | |_|/ / | |/| | |
* | | | | Merge tag 'acpi-3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2013-08-241-8/+3
|\ \ \ \ \
| * | | | | Revert "ACPI / video: Always call acpi_video_init_brightness() on init"Rafael J. Wysocki2013-08-221-8/+3
| |/ / / /
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-08-246-19/+110
|\ \ \ \ \
| * | | | | [SCSI] zfcp: remove access control tables interface (keep sysfs files)Martin Peschke2013-08-221-0/+14
| * | | | | [SCSI] zfcp: fix schedule-inside-lock in scsi_device list loopsMartin Peschke2013-08-221-7/+22
| * | | | | [SCSI] zfcp: fix lock imbalance by reworking request queue lockingMartin Peschke2013-08-222-6/+59
| * | | | | [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-08-211-5/+15
| * | | | | [SCSI] lpfc: Don't force CONFIG_GENERIC_CSUM onAnton Blanchard2013-08-211-1/+0
* | | | | | ARC: [lib] strchr breakage in Big-endian configurationJoern Rennecke2013-08-241-0/+10
* | | | | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-233-10/+11
|\ \ \ \ \ \
| * | | | | | sata_fsl: save irqs while coalescingAnthony Foiani2013-08-201-2/+3
| * | | | | | libata: apply behavioral quirks to sil3826 PMPTerry Suereth2013-08-191-6/+6
| * | | | | | sata, highbank: fix ordering of SGPIO signalsMark Langsdorf2013-08-091-2/+2
OpenPOWER on IntegriCloud