summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-4/+4
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-243-0/+55
|\
| * jump label: Add sparc64 supportDavid S. Miller2010-09-223-0/+55
* | Merge branch 'linus' into perf/coreIngo Molnar2010-09-234-104/+172
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-09-224-104/+171
| |\
| | * sparc: Prevent no-handler signal syscall restart recursion.David S. Miller2010-09-213-1/+7
| | * sparc: Don't mask signal when we can't setup signal frame.David S. Miller2010-09-213-58/+93
| | * sparc64: Fix race in signal instruction flushing.David S. Miller2010-09-201-42/+60
| | * sparc64: Support RAW perf events.David S. Miller2010-09-121-3/+11
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-154-7/+2
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-09-113-6/+1
| |\ \ | | |/
| | * sparc: Kill all BKL usage.David S. Miller2010-09-083-6/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
| |\ \
| | * | Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-191-1/+1
* | | | perf: Remove the sysfs bitsPeter Zijlstra2010-09-091-6/+3
* | | | perf: Rework the PMU methodsPeter Zijlstra2010-09-091-42/+67
* | | | perf: Per PMU disablePeter Zijlstra2010-09-091-9/+11
* | | | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-091-0/+3
* | | | perf: Register PMU implementationsPeter Zijlstra2010-09-091-13/+16
* | | | perf: Deconstify struct pmuPeter Zijlstra2010-09-091-5/+5
* | | | Merge branch 'linus' into perf/coreIngo Molnar2010-08-257-9/+27
|\ \ \ \ | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-08-173-3/+15
| |\ \ \ | | | |/ | | |/|
| | * | sparc: Hook up new fanotify and prlimit64 syscalls.David S. Miller2010-08-163-3/+15
| | |/
| * | Make do_execve() take a const filename pointerDavid Howells2010-08-174-6/+12
| |/
* | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-1928-280/+146
|\ \ | |/
| * Mark arguments to certain syscalls as being constDavid Howells2010-08-131-3/+4
| * sparc64: Fix perf_arch_get_caller_regs().David S. Miller2010-08-081-75/+0
| * Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-062-15/+16
| |\
| * | of: make of_find_device_by_node genericJonas Bonn2010-07-241-20/+0
| * | sparc: remove references to of_device and to_of_deviceGrant Likely2010-07-2423-69/+70
| * | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-2414-18/+18
| * | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-243-35/+10
| * | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-245-12/+13
| |\ \
| * | | of/sparc: move is_root_node() to of.hAndres Salomon2010-07-143-12/+4
| * | | sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-288-52/+44
* | | | perf: Factorize callchain context handlingFrederic Weisbecker2010-08-191-3/+0
* | | | perf: Generalize some arch callchain codeFrederic Weisbecker2010-08-191-31/+15
* | | | perf: Generalize callchain_store()Frederic Weisbecker2010-08-191-16/+10
| |_|/ |/| |
* | | Merge branch 'linus' into perf/coreIngo Molnar2010-07-215-12/+13
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-07-213-2/+3
| |\ \
| | * \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-06-261-47/+61
| | |\ \ | | | |/
| | * | sparc64: fix the build error due to smp_kgdb_capture_client()Dongdong Deng2010-06-251-1/+1
| | * | sparc64: Fix maybe_change_configuration() PCR setting.David S. Miller2010-06-231-0/+1
| | * | arch/sparc/kernel: Eliminate what looks like a NULL pointer dereferenceJulia Lawall2010-06-041-1/+1
| * | | lmb: rename to memblockYinghai Lu2010-07-142-10/+10
| | |/ | |/|
* | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-091-3/+3
|\ \ \
| * | | perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-081-3/+3
| |/ /
* | | perf: Convert perf_event to local_tPeter Zijlstra2010-06-091-9/+9
* | | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-091-3/+4
|/ /
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-271-47/+61
|\ \ | |/ |/|
OpenPOWER on IntegriCloud