index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Convert platforms to smp_generic_cpu_bootable
Andy Fleming
2013-08-14
5
-49
/
+4
*
powerpc: Add smp_generic_cpu_bootable
Andy Fleming
2013-08-14
2
-0
/
+24
*
powerpc: Remove the symbol __flush_icache_range
Kevin Hao
2013-08-14
4
-9
/
+3
*
powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_range
Kevin Hao
2013-08-14
3
-3
/
+5
*
powerpc: Stop using non-architected shared_proc field in lppaca
Anton Blanchard
2013-08-14
7
-12
/
+23
*
powerpc/pci: Don't use bitfield for force_32bit_msi
Anton Blanchard
2013-08-14
2
-2
/
+2
*
powerpc: Fix a number of sparse warnings
Anton Blanchard
2013-08-14
13
-20
/
+20
*
powerpc/pseries: Simplify H_GET_TERM_CHAR
Anton Blanchard
2013-08-14
2
-27
/
+9
*
powerpc: Simplify logic in include/uapi/asm/elf.h
Anton Blanchard
2013-08-14
1
-12
/
+7
*
powerpc: Remove SAVE_VSRU and REST_VSRU macros
Anton Blanchard
2013-08-14
1
-13
/
+0
*
powerpc: Wrap MSR macros with parentheses
Anton Blanchard
2013-08-14
2
-8
/
+8
*
powerpc: Handle unaligned ldbrx/stdbrx
Anton Blanchard
2013-08-14
1
-0
/
+10
*
powerpc: Align p_toc
Anton Blanchard
2013-08-14
1
-0
/
+1
*
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
2013-08-09
38
-155
/
+1088
|
\
|
*
powerpc/e500: Update compilation flags with core specific options
Catalin Udma
2013-08-08
1
-2
/
+16
|
*
powerpc/fsl: Enable CONFIG_DEVTMPFS_MOUNT so /dev can be mounted correctly
Zhenhua Luo
2013-08-08
6
-0
/
+6
|
*
powerpc/pci: fix PCI-e check link issue
Yuanquan Chen
2013-08-08
1
-1
/
+1
|
*
powerpc/fsl-pci: enable SWIOTLB in function setup_pci_atmu
Kevin Hao
2013-08-08
1
-19
/
+3
|
*
powerpc/fsl-pci: fix the unreachable warning message
Kevin Hao
2013-08-08
1
-1
/
+1
|
*
powerpc/mpc85xx: remove the unneeded pci init functions for corenet ds board
Kevin Hao
2013-08-08
1
-6
/
+0
|
*
powerpc/85xx: add the P1020RDB-PD DTS support
Haijun.Zhang
2013-08-08
1
-0
/
+280
|
*
powerpc/85xx: add P1020RDB-PD platform support
Haijun.Zhang
2013-08-08
1
-0
/
+22
|
*
powerpc/85xx: Move ePAPR paravirt initialization earlier
Laurentiu TUDOR
2013-08-08
4
-13
/
+28
|
*
powerpc/fsl_msi: add MSIIR1 support for MPIC v4.3
Minghuan Lian
2013-08-08
2
-41
/
+101
|
*
powerpc/dts: add MPIC v4.3 dts node
Minghuan Lian
2013-08-08
3
-2
/
+151
|
*
powerpc/dts: update MSI bindings doc for MPIC v4.3
Minghuan Lian
2013-08-08
1
-12
/
+41
|
*
powerpc/msi: Fix compile error on mpc83xx
Hongtao Jia
2013-08-08
1
-0
/
+7
|
*
powerpc/perf: Add e6500 PMU driver
Priyanka Jain
2013-08-08
3
-2
/
+125
|
*
powerpc/perf: add 2 additional performance monitor counters for e6500 core
Lijun Pan
2013-08-08
4
-1
/
+67
|
*
powerpc/perf: increase the perf HW events to 6
Catalin Udma
2013-08-08
2
-1
/
+7
|
*
powerpc/perf: correct typos in counter enumeration
Lijun Pan
2013-08-08
1
-4
/
+4
|
*
powerpc/fsl-booke: Rename b4qds.dts -> b4qds.dtsi.
Ian Campbell
2013-08-08
3
-2
/
+2
|
*
powerpc/mpc85xx: invalidate TLB after hibernation resume
Dongsheng Wang
2013-07-30
1
-0
/
+8
|
*
powerpc/fsl_msi: fix error return code in fsl_of_msi_probe()
Wei Yongjun
2013-07-30
1
-3
/
+2
|
*
powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xx
Hongtao Jia
2013-07-30
4
-1
/
+168
|
*
powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.h
Hongtao Jia
2013-07-30
2
-44
/
+48
*
|
Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-08-07
9
-184
/
+302
|
\
\
|
*
|
tracing: Fix reset of time stamps during trace_clock changes
Alexander Z Lam
2013-08-03
1
-12
/
+12
|
*
|
tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer
Alexander Z Lam
2013-08-03
1
-1
/
+1
|
*
|
tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not set
Dhaval Giani
2013-08-03
1
-1
/
+1
|
*
|
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
2013-08-03
2
-4
/
+7
|
*
|
tracing/uprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
2013-08-02
1
-13
/
+38
|
*
|
tracing/kprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
2013-08-01
1
-6
/
+15
|
*
|
tracing: Add comment to describe special break case in probe_remove_event_call()
Steven Rostedt (Red Hat)
2013-07-31
1
-0
/
+6
|
*
|
tracing: trace_remove_event_call() should fail if call/file is in use
Oleg Nesterov
2013-07-31
2
-3
/
+34
|
*
|
debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)
Oleg Nesterov
2013-07-31
1
-47
/
+22
|
*
|
ftrace: Check module functions being traced on reload
Steven Rostedt (Red Hat)
2013-07-31
1
-9
/
+62
|
*
|
ftrace: Consolidate some duplicate code for updating ftrace ops
Steven Rostedt (Red Hat)
2013-07-30
1
-6
/
+10
|
*
|
tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private
Oleg Nesterov
2013-07-30
1
-32
/
+15
|
*
|
tracing: Introduce remove_event_file_dir()
Oleg Nesterov
2013-07-30
1
-24
/
+23
[next]