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
*
Merge branch 'pci/jiang-remove-global-list' into next
Bjorn Helgaas
2013-06-03
2
-59
/
+36
|
\
|
*
PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possible
Jiang Liu
2013-05-29
1
-32
/
+27
|
*
PCI/ACPI: Remove unused global list acpi_pci_roots
Jiang Liu
2013-05-29
2
-19
/
+1
|
*
PCI/ACPI: Introduce "handle" local for economy of expression
Jiang Liu
2013-05-29
1
-5
/
+6
|
*
PCI/ACPI: Combine duplicate adjacent "if" tests
Jiang Liu
2013-05-29
1
-3
/
+2
*
|
Merge branch 'pci/misc' into next
Bjorn Helgaas
2013-06-02
7
-34
/
+25
|
\
\
|
*
|
PCI: Replace strict_strtoul() with kstrtoul()
Jingoo Han
2013-06-02
1
-9
/
+9
|
*
|
PCI: Fix comment typo for PCI_EXP_LNKCAP_CLKPM
Yijing Wang
2013-05-29
1
-1
/
+1
|
*
|
PCI: Replace printks with appropriate pr_*()
Yijing Wang
2013-05-28
1
-2
/
+2
|
*
|
PCI: Fix kerneldoc for pci_disable_link_state()
Yijing Wang
2013-05-28
1
-4
/
+9
|
*
|
x86/PCI: Increase info->res_num before checking pci_use_crs
Yijing Wang
2013-05-28
1
-5
/
+2
|
*
|
PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin()
Wang Sheng-Hui
2013-05-28
1
-1
/
+1
|
*
|
PCI: Convert ioapic.c to module_pci_driver
Libo Chen
2013-05-28
1
-12
/
+1
*
|
|
Merge branch 'pci/kevin-bus-to-resource' into next
Bjorn Helgaas
2013-05-26
1
-6
/
+25
|
\
\
\
|
*
|
|
PCI: Unset resource if initial BAR value is invalid
Kevin Hao
2013-05-25
1
-1
/
+21
|
*
|
|
PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base()
Kevin Hao
2013-05-25
1
-3
/
+2
|
*
|
|
PCI: Add 0x prefix to BAR register position in __pci_read_base()
Kevin Hao
2013-05-25
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'pci/misc' into next
Bjorn Helgaas
2013-05-21
5
-9
/
+43
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do it
Bjorn Helgaas
2013-05-21
1
-3
/
+13
|
*
sparc/PCI: Use PCI_UNKNOWN for unknown power state
Bjorn Helgaas
2013-05-21
1
-1
/
+1
|
*
powerpc/PCI: Use PCI_UNKNOWN for unknown power state
Bjorn Helgaas
2013-05-17
1
-1
/
+1
|
*
PCI/ACPI: Check acpi_resource_to_address64() return value
Bjorn Helgaas
2013-05-15
1
-4
/
+3
|
*
PCI: Work around Ivytown NTB BAR size issue
Jon Mason
2013-05-15
1
-0
/
+25
|
/
*
Linux 3.10-rc1
v3.10-rc1
Linus Torvalds
2013-05-12
1
-2
/
+2
*
Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-05-12
6
-108
/
+368
|
\
|
*
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
2013-05-10
1
-0
/
+6
|
*
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
2013-05-10
1
-36
/
+214
|
*
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
2013-05-10
1
-17
/
+16
|
*
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
2013-05-10
1
-4
/
+4
|
*
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
2013-05-10
1
-1
/
+1
|
*
ftrace: Fix function probe when more than one probe is added
Steven Rostedt (Red Hat)
2013-05-10
1
-1
/
+5
|
*
ftrace: Fix the output of enabled_functions debug file
Steven Rostedt (Red Hat)
2013-05-10
1
-1
/
+1
|
*
ftrace: Fix locking in register_ftrace_function_probe()
Steven Rostedt (Red Hat)
2013-05-10
1
-4
/
+6
|
*
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
2013-05-10
1
-12
/
+20
|
*
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
2013-05-10
2
-2
/
+11
|
*
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
2013-05-10
1
-0
/
+2
|
*
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
2013-05-10
1
-0
/
+2
|
*
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
Masami Hiramatsu
2013-05-10
1
-27
/
+32
|
*
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
2013-05-10
2
-21
/
+56
|
*
ftrace: Have ftrace_regex_write() return either read or error
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+1
|
*
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
2013-05-09
1
-2
/
+9
|
*
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
2013-05-09
1
-1
/
+4
|
*
ring-buffer: Select IRQ_WORK
Steven Rostedt (Red Hat)
2013-05-04
1
-1
/
+1
*
|
Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...
Linus Torvalds
2013-05-12
5
-7
/
+55
|
\
\
|
*
|
xen/pci: Used cached MSI-X capability offset
Bjorn Helgaas
2013-05-10
1
-2
/
+1
|
*
|
xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK
Bjorn Helgaas
2013-05-10
1
-1
/
+1
|
*
|
xen: clear IRQ_NOAUTOEN and IRQ_NOREQUEST
Julien Grall
2013-05-08
1
-1
/
+2
|
*
|
xen: mask x2APIC feature in PV
Zhenzhong Duan
2013-05-08
1
-0
/
+3
|
*
|
xen: SWIOTLB is only used on x86
Arnd Bergmann
2013-05-08
1
-1
/
+1
|
*
|
xen/spinlock: Fix check from greater than to be also be greater or equal to.
Konrad Rzeszutek Wilk
2013-05-08
1
-1
/
+1
[next]