summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-093-0/+3
|\
| * readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
| * atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-091-0/+1
| * Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas2012-10-091-0/+1
* | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+1
|\ \ | |/ |/|
| * Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-042-1/+4
| |\
| * | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+1
* | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-10-0712-80/+182
|\ \ \
| * | | Revert "microblaze_mmu_v2: Update signal returning address"Michal Simek2012-10-041-8/+0
| * | | microblaze: Added more support for PCIJohn Linn2012-10-042-0/+6
| * | | microblaze: Prefer to use pr_XXX instead of printk(KERN_XX)Michal Simek2012-10-043-15/+15
| * | | microblaze: Fix bug with passing command lineMichal Simek2012-10-042-12/+15
| * | | microblaze: Remove PAGE properties duplicationMichal Simek2012-10-041-6/+0
| * | | microblaze: Remove additional andi which has been already doneMichal Simek2012-10-041-3/+0
| * | | microblaze: Use predefined macro for ESR_DIZMichal Simek2012-10-041-2/+3
| * | | microblaze: Support 4k/16k/64k pagesMichal Simek2012-10-043-9/+10
| * | | microblaze: Do not used hardcoded value in exception handlerMichal Simek2012-10-042-24/+32
| * | | microblaze: Added fdt chosen capability for timerMichal Simek2012-10-041-1/+9
| * | | microblaze: Add support for ioreadXX/iowriteXX_repMichal Simek2012-10-041-0/+90
| * | | microblaze: Improve failure handling for GPIO resetStephan Linz2012-10-041-2/+5
| * | | microblaze: clinkage.hPaul Bolle2012-10-041-1/+0
| |/ /
* | | cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
| |/ |/|
* | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-08-034-10/+2
|\
| * mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven2012-06-274-10/+2
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-302-1/+1
* | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-7/+2
|\ \
| * \ Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-5/+0
| |\ \
| | * | microblaze/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-5/+0
| | |/
| * | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-2/+2
| |/
* | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-061-4/+2
|/
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+1
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-14/+3
* new helper: sigmask_to_save()Al Viro2012-06-011-7/+2
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-4/+1
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-4/+1
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-05-285-11/+39
|\ \
| * | microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias2012-05-251-1/+5
| * | microblaze: Add TLS support to sys_cloneEdgar E. Iglesias2012-05-251-3/+4
| * | microblaze: ftrace: Pass the first calling instruction for dynamic ftraceMichal Simek2012-05-251-1/+1
| * | microblaze: Port OOM changes to do_page_faultKautuk Consul2012-05-251-5/+28
| * | microblaze: Do not select GENERIC_GPIO by defaultLars-Peter Clausen2012-05-251-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \ \
| * | | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
| |/ /
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-53/+4
|\ \ \
OpenPOWER on IntegriCloud