public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-03-19 00:10:24 to 2012-03-19 06:01:59 UTC [more...]

[PATCH 00/47] PCI, x86: pci root bus hotplug support
 2012-03-19  5:46 UTC  (36+ messages)
` [PATCH -v3 02/47] PNPACPI: Fix device ref leaking in acpi_pnp_match
` [PATCH -v3 05/47] PCI: Separate out pci_assign_unassigned_bus_resources()
` [PATCH -v3 10/47] PCI, sysfs: create rescan_bridge under /sys/.../pci/devices/... for pci bridges
` [PATCH -v3 11/47] PCI: Add pci_bus_add_single_device()
` [PATCH -v3 15/47] PCI, sysfs: Clean up rescan/remove with scheule_callback
` [PATCH -v3 16/47] x86, PCI: Separate pcibios_allocate_bridge_resources()
` [PATCH -v3 19/47] PCI: Claim hw/fw allocated resources in hot add path
` [PATCH -v3 20/47] Correctly clean up pci root buses in function pci_remove_bus()
` [PATCH -v3 21/47] PCI: Move pci_stop_and_remove_behind_bridge() down
` [PATCH -v3 22/47] PCI: Add __pci_remove_bus_devices()
` [PATCH -v3 23/47] PCI: Use list_for_each_entry_safe instead of list_for_each_safe
` [PATCH -v3 24/47] PCI: Add pci_stop_and_remove_bus()
` [PATCH -v3 25/47] Fix an access-after-free issue in function pci_stop_and_remove_bus()
` [PATCH -v3 26/47] PCI, ACPI: Make acpi_pci_root_remove remove pci root bus too
` [PATCH -v3 27/47] PCI, acpiphp: Separate out hot-add support of pci host bridge
` [PATCH -v3 28/47] PCI, ACPI: Add pci_root_hp hot removal notification support
` [PATCH -v3 29/47] PCI, ACPI: Add alloc_acpi_hp_work()
` [PATCH -v3 30/47] PCI, acpiphp: Use acpi_hp_work
` [PATCH -v3 31/47] PCI, pci_root_hp: "
` [PATCH -v3 32/47] PCI, ACPI: Make kacpi_hotplug_wq static
` [PATCH -v3 33/47] PCI: Add debug print out for pci related dev release
` [PATCH -v3 34/47] PCI, pciehp: Separate pci_hp_add_bridge()
` [PATCH -v3 35/47] PCI, cphi_hotplug: Simplify configure_slot
` [PATCH -v3 36/47] PCI, shpchp: Simplify configure_device
` [PATCH -v3 37/47] PCI: Kill pci_is_reassignedev()
` [PATCH -v3 38/47] PCI, sysfs: Prepare to kill pci device rescan
` [PATCH -v3 39/47] ACPI: Enable SCI_EMULATE to manually simulate physical hotplug testing
` [PATCH -v3 40/47] PCI: Add pci bus removal through /sys/.../pci_bus/.../remove
` [PATCH -v3 41/47] PCI, ACPI: Add acpi_pci_root_rescan()
` [PATCH -v3 42/47] PCI: Add __pci_scan_root_bus() that can skip bus_add
` [PATCH -v3 43/47] x86, PCI: add __pci_scan_root_bus_on_node() "
` [PATCH -v3 44/47] x86, PCI: add __pcibios_scan_specific_bus "
` [PATCH -v3 45/47] x86, PCI: Add pcibios_root_rescan()
` [PATCH -v3 46/47] x86, PCI: Add arch version pci_root_rescan()
` [PATCH -v3 47/47] PCI: Add /sys/bus/pci/rescan_root

PULL REQUEST - md updates for 3.4
 2012-03-19  6:00 UTC 

linux-next: manual merge of the moduleh tree with the vfs tree
 2012-03-19  5:59 UTC 

[PATCH -v2 00/26] PCI, x86: Add for_each_res and addon resource support
 2012-03-19  5:48 UTC  (27+ messages)
` [PATCH -v2 01/26] PCI: Add pci_dev_resource_n()
` [PATCH -v2 02/26] PCI: Add for_each_resource helpers to make resource loop easier
` [PATCH -v2 03/26] PCI: Add pci_dev_resource_idx()
` [PATCH -v2 04/26] PCI: Update pci_resource_start to use pci_dev_resource_n()
` [PATCH -v2 05/26] x86, PCI: Use for_each_res with pci_allocate_bridge_resources
` [PATCH -v2 06/26] x86, PCI: Use for_each_res with pci_allocate_dev_resources
` [PATCH -v2 07/26] PCI: Use for_each_res with IOV releated funcs
` [PATCH -v2 08/26] PCI, acpiphp: Use for_each_pci_dev_resource helper
` [PATCH -v2 09/26] PCI, pciehp: "
` [PATCH -v2 10/26] PCI: Use for_each_pci_dev_resource pci_enable_dev
` [PATCH -v2 11/26] PCI: Use for_each_pci_dev_resource pci_reassigndev
` [PATCH -v2 12/26] PCI: Use for_each_res with pci bar reassign funcs
` [PATCH -v2 13/26] PCI: Use for_each_res pci_assign_resource
` [PATCH -v2 14/26] PCI: Use for_each_res with noassign_bars
` [PATCH -v2 15/26] PCI: Use for_each_res pci bases pci_dev_driver()
` [PATCH -v2 16/26] PCI: Use for_each_res pci release release
` [PATCH -v2 17/26] PCI: Use for_each_res pci bases reading
` [PATCH -v2 18/26] PCI: Use for_each_res with mrs
` [PATCH -v2 19/26] PCI: Use for_each_res with xen pci
` [PATCH -v2 20/26] PCI: Add addon_resource support for pci_dev
` [PATCH -v2 21/26] PCI: Add helpers for add addon_resource
` [PATCH -v2 22/26] PCI: Update pci_resource_bar() to support addon_resource
` [PATCH -v2 23/26] PCI: Make assign/update resource to support addon_res
` [PATCH -v2 24/26] PCI: Make piix4 quirk to use addon_resource support
` [PATCH -v2 25/26] PCI: Make quirk_io_region "
` [PATCH -v2 26/26] PCI: Use addon_fixed_resource with ati fixed resource

[PATCH -v11 00/30] PCI: allocate pci bus num range for unassigned bridge busn
 2012-03-19  5:43 UTC  (25+ messages)
` [PATCH -v11 01/30] x86, PCI: Add print all root info for not using _CRS path
` [PATCH -v11 02/30] x86, PCI: Allocate temp range array in amd_bus pci_root_info probing
` [PATCH -v11 04/30] PCI: Add busn_res into struct pci_bus
` [PATCH -v11 05/30] PCI: Add busn_res operation functions
` [PATCH -v11 07/30] PCI: Insert busn_res in pci_create_root_bus()
` [PATCH -v11 08/30] PCI: Checking busn_res in pci_scan_root_bus()
` [PATCH -v11 09/30] PCI: Add default busn_resource
` [PATCH -v11 10/30] PCI: Add default busn_res for pci_scan_bus()
` [PATCH -v11 11/30] x86, PCI: Add busn_res into resources list for acpi path
` [PATCH -v11 13/30] PCI, ia64: Register busn_res for root buses
` [PATCH -v11 14/30] PCI, sparc: "
` [PATCH -v11 15/30] PCI, powerpc: "
` [PATCH -v11 16/30] PCI, parisc: "
` [PATCH -v11 17/30] resources: Add probe_resource()
` [PATCH -v11 20/30] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH -v11 21/30] PCI: Add pci_bus_replace_busn_res()
` [PATCH -v11 23/30] PCI: Strict checking of valid range for bridge
` [PATCH -v11 24/30] PCI: Kill pci_fixup_parent_subordinate_busnr()
` [PATCH -v11 25/30] PCI: Seperate child bus scanning to two passes overall
` [PATCH -v11 26/30] pcmcia: Remove workaround for fixing pci parent bus subordinate
` [PATCH -v11 27/30] PCI: Double checking setting for bus register and bus struct
` [PATCH -v11 28/30] PCI, pciehp: Remove not needed bus number range checking
` [PATCH -v11 29/30] PCI: More strict checking of valid range for bridge
` [PATCH -v11 30/30] PCI: Don't shrink too much for hotplug bridge

linux-next: manual merge of the moduleh tree with the vfs tree
 2012-03-19  5:42 UTC 

[PATCH -v3 00/11] PCI: pci_host_bridge related cleanup
 2012-03-19  5:40 UTC  (12+ messages)
` [PATCH -v3 01/11] PCI: Separate host_bridge code out from probe.c
` [PATCH -v3 02/11] x86, PCI: Fix memleak with get_current_resources()
` [PATCH -v3 03/11] PCI: Rename pci_host_bridge() to find_pci_root_bridge()
` [PATCH -v3 04/11] PCI: Add generic device into pci_host_bridge struct
` [PATCH -v3 05/11] PCI: Add host bridge release support
` [PATCH -v3 06/11] x86, PCI: Break down get_current_resource()
` [PATCH -v3 07/11] x86, PCI: Add host bridge resource release for _CRS path
` [PATCH -v3 08/11] x86, PCI: Embed name into pci_root_info struct
` [PATCH -v3 09/11] x86, PCI: Embed pci_sysdata into pci_root_info on acpi path
` [PATCH -v3 10/11] x86, PCI: Allocate pci_root_info for not using _CRS path
` [PATCH -v3 11/11] x86, PCI: Merge root info printing "

[PATCH 0/9] ext4: Message logging corrections and neatening
 2012-03-19  5:39 UTC  (28+ messages)
` [PATCH 1/9] ext4: Add -DDEBUG to Makefile
` [PATCH 2/9] ext4: Use pr_fmt and pr_<level>
` [PATCH 3/9] ext4: Fix indentation
` [PATCH 4/9] ext4: Add no_printk argument validation, fix fallout
` [PATCH 5/9] ext4: Avoid output message interleaving in ext4_error_<foo>
` [PATCH 6/9] ext4: Remove redundant "EXT4-fs: " from uses of ext4_msg
` [PATCH 7/9] ext4: Format neatening for easier grep
` [PATCH 9/9] ext4: Rename ext4_warning to ext4_warn and ext4_error to ext4_err

[PATCH v5 3/4] clk: introduce the common clock framework
 2012-03-19  5:38 UTC  (11+ messages)

[RFC PATCH v2 0/8] ACPI D3Cold state and SATA ZPODD support
 2012-03-19  5:27 UTC  (8+ messages)
` [RFC PATCH v2 2/8] ACPI: Add interface to register/unregister device to/from power resources
` [RFC PATCH v2 5/8] libata-acpi: add ata port runtime D3Cold support
` [RFC PATCH v2 7/8] PM / Runtime: Add can_power_off flag to subsys data

[PATCH][RESEND] scripts: refactor remove structure forward declarations
 2012-03-19  5:24 UTC 

[PATCH 0/4] Get rid of iput() from flusher thread
 2012-03-19  5:16 UTC  (6+ messages)
` [PATCH 3/4] writeback: Refactor writeback_single_inode()
` [PATCH 4/4] writeback: Avoid iput() from flusher thread

[PATCH v2 1/3] radix-tree: introduce bit-optimized iterator
 2012-03-19  5:19 UTC  (2+ messages)
` [PATCH v3] "

[PATCH wireless-next 0/3] ath: printk cleanups and code reduction
 2012-03-19  5:18 UTC  (6+ messages)
` [PATCH wireless-next 1/3] ath: Add and use pr_fmt, convert printks to pr_<level>
` [PATCH wireless-next 2/3] ath5k: Introduce _ath5k_printk to reduce code/text
` [PATCH wireless-next 3/3] ath6kl: Add __printf verification to ath6kl_printk

[RESEND PATCH v2 0/2] MAX77693: add initial MAX77693 MFD driver
 2012-03-19  5:13 UTC  (2+ messages)

mc13xxx: add I2C support (now with regmap), V4
 2012-03-19  4:03 UTC  (5+ messages)
` [PATCH v4 1/4] mfd: mc13xxx-core: Prepare for separate spi and i2c backends
` [PATCH v4 2/4] mfd: mc13xxx-core: use regmap for register access
` [PATCH v4 3/4] mfd: mc13xxx-core: Move spi specific code into separate module
` [PATCH v4 4/4] mfd: mc13xxx: Add i2c driver

[PATCHSET] cgroup: cftype based file interface
 2012-03-19  4:26 UTC  (3+ messages)
` [PATCH 06/10] cgroup: convert memcg controller to the new cftype interface

[PATCH RESEND 1/4] regulator: Fix setting new voltage in s5m8767_set_voltage
 2012-03-19  4:25 UTC  (4+ messages)
` [PATCH RFC 2/4] regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKs
` [PATCH RFC 3/4] regulator: Use one s5m8767_ops for "
` [PATCH RFC 4/4] regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macro

[PATCH] fs: fix kernel-doc warnings in dcache.c
 2012-03-19  4:23 UTC 

WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x1f2/0x200()
 2012-03-19  4:01 UTC  (5+ messages)

[PATCH 1/2] [v4] powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board
 2012-03-19  3:59 UTC 

[PATCH RFC] rcu: Permit limiting of force_quiescent_state() latency
 2012-03-19  3:47 UTC  (5+ messages)

[PATCH 0/4] driver: net: Use ETH_ALEN
 2012-03-19  3:37 UTC  (5+ messages)
` [PATCH 1/4] if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of it
` [PATCH 2/4] atlx: Use ETH_ALEN
` [PATCH 3/4] igbvf: "
` [PATCH 4/4] rtlwifi: Remove unused ETH_ADDR_LEN defines

linux-next: manual merge of the pm tree with the mmc tree
 2012-03-19  3:33 UTC 

[PATCH]: md: Initialize ctl_name field of table raid_root_table/raid_dir_table to avoid dump_trace info in debug kernel
 2012-03-19  3:26 UTC  (3+ messages)

[PATCH] virtio-spec: split virtio-net device status filed into ro and rw byte
 2012-03-19  3:09 UTC  (3+ messages)

[PATCH] staging: comedi: resolve section mismatch in s626
 2012-03-19  3:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH -V4 00/10] memcg: Add memcg extension to control HugeTLB allocation
 2012-03-19  3:04 UTC  (19+ messages)
` [PATCH -V4 01/10] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V4 02/10] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V4 03/10] hugetlbfs: Add an inline helper for finding hstate index
` [PATCH -V4 04/10] memcg: Add HugeTLB extension
` [PATCH -V4 05/10] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V4 06/10] memcg: track resource index in cftype private
` [PATCH -V4 07/10] hugetlbfs: Add memcg control files for hugetlbfs
` [PATCH -V4 08/10] hugetlbfs: Add a list for tracking in-use HugeTLB pages
` [PATCH -V4 09/10] memcg: move HugeTLB resource count to parent cgroup on memcg removal

[V4 PATCH] virtio-net: send gratuitous packet when needed
 2012-03-19  2:16 UTC  (3+ messages)

[00/11] pr_debug during module initialization
 2012-03-19  2:04 UTC  (2+ messages)

[PATCH v3 1/2] regulator: pcf50633: Don't write to reserved bits of AUTO output voltage select register
 2012-03-19  2:57 UTC  (2+ messages)
` [PATCH v3 2/2] regulator: Convert pcf50633 to get_voltage_sel

[PATCH v2 1/2] regulator: pcf50633: Don't write to reserved bits of AUTO output voltage select register
 2012-03-19  2:53 UTC  (3+ messages)

[PATCH v2 4/5] perf report: Add --symbol-filter option
 2012-03-19  2:53 UTC  (2+ messages)
` [PATCH] perf report: Document "

linux-next: build failure after merge of the drm tree
 2012-03-19  2:45 UTC  (2+ messages)

[PATCH v2 2/5] perf ui browser: Introduce ui_browser__input_window
 2012-03-19  2:46 UTC  (2+ messages)
` [PATCH] perf ui browser: Clean lines inside of the input window

How about the MMC/SDIO host controller standard under Linux ?
 2012-03-19  2:39 UTC 

section mismatch in vcpu_hotplug() in linux-next
 2012-03-19  2:35 UTC 

[PATCH 13/35] Disintegrate asm/system.h for M68K [ver #2]
 2012-03-19  2:24 UTC  (5+ messages)
` [RFC][PATCH 00/35] Disintegrate and kill asm/system.h "

[v3.3 BUG FIX] mxl111sf: fix error on stream stop in mxl111sf_ep6_streaming_ctrl()
 2012-03-19  2:14 UTC 

linux-next: build failure after merge of the mfd tree
 2012-03-19  2:13 UTC 

[PATCH] Added backlight driver for Acer Aspire 4736
 2012-03-19  2:01 UTC  (13+ messages)

[PATCH 1/4] dma-buf: don't hold the mutex around map/unmap calls
 2012-03-19  2:00 UTC  (5+ messages)
` [PATCH 2/4] dma-buf: add support for kernel cpu access
` [PATCH 3/4] dma_buf: Add documentation for the new cpu access support

usb-storage: don't remove device if unrecognized partition table
 2012-03-19  1:58 UTC 

[PATCH]s390/char/vmur.c: memory leak Fix in the driver
 2012-03-19  1:55 UTC  (2+ messages)

Linux 3.3 release
 2012-03-19  1:25 UTC 

Re: [PATCH v4 0/7] Add TI EMIF SDRAM controller driver
 2012-03-19  1:08 UTC 

linux-next: Tree for Mar 13
 2012-03-19  1:03 UTC  (4+ messages)
` [PATCH] x86: export 'pcibios_enabled'
    ` [PATCH v2] x86: export 'pcibios_enabled' as GPL

[PATCH] Fix the race between smp_call_function and CPU booting
 2012-03-19  0:58 UTC  (11+ messages)

[PATCH] gpio: add support for ITE IT87xx Super I/O GPIO
 2012-03-19  0:54 UTC  (4+ messages)

[PATCH] Kbuild: centralize MKIMAGE and cmd_uimage definitions
 2012-03-19  0:42 UTC  (2+ messages)

[PATCH 1/1] TRIVIAL: mmap.c: fix comment for __insert_vm_struct()
 2012-03-19  0:33 UTC  (2+ messages)

seq_put_decimal_ull() et al
 2012-03-19  0:29 UTC  (5+ messages)

netfilter: Hung task
 2012-03-19  0:28 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox