summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* sparc: use block_sigmask()Matt Fleming2012-03-213-17/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-202-12/+6
|\
| * sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-011-1/+1
| * sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-012-12/+6
* | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-051-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-01-261-0/+3
|\
| * sparc32: forced setting of mode of sun4m per-cpu timersTkhai Kirill2012-01-101-0/+3
* | audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-9/+8
* | Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-10/+1
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-112-28/+19
|\ \ | |/ |/|
| * sparc32, leon/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-17/+8
| * sparc/PCI: convert to pci_create_root_bus()Bjorn Helgaas2012-01-061-11/+6
| * PCI: SPARC: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-061-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \
| * | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-61/+61
|\ \ \
| * \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-61/+61
| |\ \ \ | | |_|/ | |/| |
| | * | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-61/+61
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-01-061-3/+3
|\ \ \ \
| * | | | powerpc+sparc64/mm: Remove hack in mmap randomize layoutDan McGee2011-11-281-3/+3
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-062-3/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
| * | | | sparc: Make SPARC use the new is_idle_task() APIPaul E. McKenney2011-12-111-1/+1
| * | | | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
| * | | | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
| |/ / /
* | | | sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().David S. Miller2011-12-221-2/+2
* | | | sparc: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-042-7/+3
|/ / /
* | | sparc64: Patch sun4v code sequences properly on module load.David S. Miller2011-11-173-19/+63
* | | sparc: Stash orig_i0 into %g6 instead of %g2David S. Miller2011-11-153-11/+31
* | | sparc: Fix handling of orig_i0 wrt. debugging when restarting syscalls.David S. Miller2011-11-143-27/+43
* | | sparc: sigutil: Include <linux/errno.h>Ben Hutchings2011-11-131-0/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-11-082-3/+3
|\ \ | |/ |/|
| * sparc: Hook up process_vm_{readv,writev} syscalls.David S. Miller2011-11-012-3/+3
* | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds2011-11-061-8/+0
|\ \
| * | sparc/jump_label: drop arch_jump_label_text_poke_early()Jeremy Fitzhardinge2011-10-251-8/+0
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0649-32/+43
|\ \ \ | |_|/ |/| |
| * | sparc: Add module.h to files previously implicitly using it.Paul Gortmaker2011-10-312-0/+2
| * | sparc: remove several unnecessary module.h include instancesPaul Gortmaker2011-10-319-9/+0
| * | sparc: move symbol exporters to use export.h not module.hPaul Gortmaker2011-10-3123-23/+23
| * | sparc: add export.h to arch/sparc files as requiredPaul Gortmaker2011-10-3115-0/+15
| * | sparc: fix implicit use of uaccess.h header in mdesc.cPaul Gortmaker2011-10-311-0/+1
| * | sparc: fix implicit use of spitfire.h in pcr.c and of_device_64.cPaul Gortmaker2011-10-312-0/+2
* | | sparc64: Fix masking and shifting in VIS fpcmp emulation.David S. Miller2011-10-311-16/+16
|/ /
* | sparc: Add alignment flag to PCI expansion resourcesKjetil Oftedal2011-10-191-1/+2
* | sparc: Avoid calling sigprocmask()David S. Miller2011-10-123-3/+3
* | sparc: Use set_current_blocked()Matt Fleming2011-10-123-49/+30
* | sparc: Make '-p' boot option meaningful again.David S. Miller2011-09-212-2/+2
* | sparc, exec: remove redundant addr_limit assignmentMathias Krause2011-09-202-5/+1
* | sparc64: Future proof Niagara cpu detection.David S. Miller2011-09-164-7/+48
|/
* sparc64: Only Panther cheetah+ chips have POPC.David S. Miller2011-08-291-2/+8
OpenPOWER on IntegriCloud