public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-01-29 16:25:15 to 2014-01-30 00:07:31 UTC [more...]

[PATCH V5 0/5] Add X-Gene platform reboot mechanism
 2014-01-30  0:03 UTC  (3+ messages)
` [PATCH V5 1/5] power: reset: Add generic SYSCON register mapped reset
` [PATCH V5 2/5] power: reset: Remove X-Gene reboot driver

[PATCH] memblock: Add limit checking to memblock_virt_alloc
 2014-01-29 23:53 UTC  (7+ messages)

latest git usb3.0 ports not working
 2014-01-29 23:50 UTC  (4+ messages)

[PATCH v4 0/2] PM / Hibernate: sysfs resume
 2014-01-29 23:48 UTC  (3+ messages)
` [PATCH v4 1/2] mm: add kstrimdup function
` [PATCH v4 2/2] PM / Hibernate: use name_to_dev_t to parse resume

[PATCH 0/4] ARM: dts: OMAP3630+: Add ABB device nodes
 2014-01-29 23:46 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: OMAP36xx: Add device node for ABB
` [PATCH 2/4] ARM: dts: OMAP4: Add device nodes "
` [PATCH 3/4] ARM: dts: OMAP5: "
` [PATCH 4/4] ARM: dts: DRA7: "

[PATCH v4] HID: New hid-cp2112 driver
 2014-01-29 23:46 UTC  (2+ messages)

linux-next: bad commits in the blackfin tree
 2014-01-29 23:40 UTC 

[GIT PULL timers] Timer-wheel bandaids^Wcommits
 2014-01-29 23:39 UTC 

[PATCH 0/2] ARM: dts/OMAP: add cpu clock nodes
 2014-01-29 23:32 UTC  (5+ messages)
` [PATCH 1/2] clk: ti: am335x: remove unecessary cpu0 clk node
` [PATCH 2/2] ARM: dts: OMAP3+: add clock nodes for CPU

[PATCH 1/1] Drivers: hv: vmbus: Extract the mmio information from VMOD
 2014-01-30  0:21 UTC 

compile error on linus git with ppc64
 2014-01-29 22:53 UTC  (5+ messages)

[RFC PATCH v2 00/14] mtd: nand: add sunxi NAND Flash Controller support
 2014-01-29 22:37 UTC  (17+ messages)
` [RFC PATCH v2 03/14] of: mtd: add documentation for nand-ecc-level property
` [RFC PATCH v2 08/14] mtd: nand: add sunxi NAND flash controller support
` [RFC PATCH v2 09/14] mtd: nand: add sunxi NFC dt bindings doc
    ` [linux-sunxi] "

[PATCH v2 0/6] arm64: Add audit support
 2014-01-29 22:36 UTC  (6+ messages)
` [PATCH v2 1/6] audit: Enable arm64 support

[GIT PULL] platform/chrome: Cleanups and improvements
 2014-01-29 22:29 UTC 

[PATCH v2 0/9] Phase out pci_enable_msi_block()
 2014-01-29 22:22 UTC  (14+ messages)
` [PATCH 10/9] PCI/MSI: Undeprecate pci_enable_msi()
` [PATCH 11/9] PCI/MSI: Phase out pci_enable_msi_block()
` [PATCH v2 7/9] vfio: Use pci_enable_msi_range() and pci_enable_msix_range()
` [PATCH v2 9/9] wil6210: Use pci_enable_msi_range()

[git pull] IOMMU Updates for Linux v3.14
 2014-01-29 22:09 UTC 

[GIT] kbuild misc changes for v3.14-rc1
 2014-01-29 21:50 UTC 

[PATCH] x86, tsc: Add missing Baytrail frequency to the table
 2014-01-29 21:47 UTC  (6+ messages)
` [PATCH v2] "

[GIT] kbuild: nuke remaining occurences of __TIME__/__DATE__
 2014-01-29 21:37 UTC 

[GIT PULL] bcache fixes for 3.14
 2014-01-29 21:33 UTC  (2+ messages)

[PATCH] block: __elv_next_request() shouldn't call into the elevator if bypassing
 2014-01-29 21:32 UTC  (3+ messages)

[GIT] kbuild changes for v3.14-rc1
 2014-01-29 21:30 UTC 

Linux Plumbers Conference Call for Refereed-Track Presentations
 2014-01-29 21:20 UTC 

[PATCH driver-core-linus] kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flag
 2014-01-29 21:21 UTC  (3+ messages)

Drivers/hv
 2014-01-29 21:16 UTC  (3+ messages)

[PATCH 00/17] x86, ia64 NUMA cleanup
 2014-01-29 21:23 UTC  (19+ messages)
` [PATCH 01/17] x86/PCI: Drop pcibios_scan_root() check for bus already scanned
` [PATCH 02/17] x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()
` [PATCH 03/17] x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()
` [PATCH 04/17] x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()
` [PATCH 05/17] x86/PCI: Drop return value of pcibios_scan_root()
` [PATCH 06/17] x86/PCI: Add x86_pci_root_bus_node() to look up NUMA node from PCI bus
` [PATCH 07/17] x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node()
` [PATCH 08/17] x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node()
` [PATCH 09/17] x86/PCI: Remove unnecessary list_empty(&pci_root_infos) check
` [PATCH 10/17] x86/PCI: Use NUMA_NO_NODE, not -1, for unknown node
` [PATCH 11/17] x86/PCI: Remove acpi_get_pxm() usage
` [PATCH 12/17] ia64 / sba_iommu: Use NUMA_NO_NODE, not MAX_NUMNODES, for unknown node
` [PATCH 13/17] ia64: Remove acpi_get_pxm() usage
` [PATCH 14/17] ACPI / numa: Fix acpi_get_node() prototype
` [PATCH 15/17] ACPI / numa: Simplify acpi_get_node() style
` [PATCH 16/17] ACPI / numa: Make __acpi_map_pxm_to_node(), acpi_get_pxm() static
` [PATCH 17/17] ACPI / numa: Use __weak, not the gcc-specific version

[PATCH 0/5] IIO pulse capture support for TI ECAP
 2014-01-29 20:59 UTC  (6+ messages)
` [PATCH 1/5] iio: add support for pulse width capture devices
` [PATCH 2/5] iio: pulse: add TI ECAP driver
` [PATCH 3/5] iio: enable selection and build of pulse drivers
` [PATCH 4/5] pwm: enable TI PWMSS if the IIO tiecap driver is selected
` [PATCH 5/5] ARM: dts: AM33XX: Add ecap interrupt properties

[PATCH] gpio-intel-mid: fix the incorrect return of idle callback
 2014-01-29 21:06 UTC  (9+ messages)

[PATCH v4 0/5] arm: add UEFI runtime services support
 2014-01-29 20:58 UTC  (6+ messages)
` [PATCH v4 2/5] arm: add new asm macro update_sctlr

[PATCH v6 0/8] phy: Add new Exynos USB 2.0 PHY driver
 2014-01-29 20:55 UTC  (12+ messages)
` [PATCH v6 1/8] phy: core: Add an exported of_phy_get function
` [PATCH v6 2/8] phy: core: Add devm_of_phy_get to phy-core
` [PATCH v6 3/8] dts: Add usb2phy to Exynos 4
` [PATCH v6 4/8] dts: Add usb2phy to Exynos 5250
` [PATCH v6 5/8] phy: Add new Exynos USB PHY driver
` [PATCH v6 6/8] phy: Add support for S5PV210 to the "
` [PATCH v6 7/8] phy: Add Exynos 5250 support to the Exynos USB 2.0 "
` [PATCH v6 8/8] usb: ehci-exynos: Change to use phy provided by the generic phy framework

[PATCH][trivial] pci: Fix make htmldocs failure caused by msi.c
 2014-01-29 20:54 UTC  (2+ messages)

[PATCH 3/4] mtd: block2mtd: check device size
 2014-01-29 12:51 UTC  (3+ messages)

[PATCH] mm: don't lose the SOFT_DIRTY flag on mprotect
 2014-01-29 20:48 UTC  (3+ messages)

[PATCH 0/2] [BUG FIXES - 3.10.27] sit: More backports
 2014-01-29 20:48 UTC  (6+ messages)

[GIT PULL] Ceph updates for -rc1
 2014-01-29 20:43 UTC  (9+ messages)
          ` [PATCH v2] ceph: fix posix ACL hooks

mlx111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unset
 2014-01-29 20:00 UTC 

[REGRESSION][BISECTED] 3.10.26: net_dma: mark broken (b69ec589136c)
 2014-01-29 20:33 UTC  (4+ messages)

[PATCH v2 0/6] setting the table for integration of cpuidle with the scheduler
 2014-01-29 20:31 UTC  (10+ messages)
` [PATCH v2 1/6] idle: move the cpuidle entry point to the generic idle loop
` [PATCH v2 2/6] ARM: remove redundant cpuidle_idle_call()
` [PATCH v2 3/6] PPC: "
` [PATCH v2 4/6] SH: "
` [PATCH v2 5/6] X86: "
` [PATCH v2 6/6] cpu/idle.c: move to sched/idle.c

[patch] mm: oom_kill: revert 3% system memory bonus for privileged tasks
 2014-01-29 20:28 UTC  (7+ messages)
        ` [patch] mm, oom: base root bonus on current usage

[PATCH] x86, perf, p4: Counter corruption when using lots of perf groups
 2014-01-29 20:17 UTC  (3+ messages)

[PATCH 0/4] OpenCores 10/100 MAC ethtool operations
 2014-01-29 20:01 UTC  (6+ messages)
` [PATCH 1/4] net: ethoc: implement basic "
` [PATCH 2/4] net: ethoc: implement ethtool get/set settings
` [PATCH 3/4] net: ethoc: implement ethtool get registers
` [PATCH 4/4] net: ethoc: implement ethtool get/set ring parameters

mlx111sf: Fix unintentional garbage stack read
 2014-01-29 19:57 UTC 

[BUG] reproducable ubifs reboot assert and corruption
 2014-01-29 19:56 UTC  (7+ messages)

[GIT PULL REQUEST] watchdog - v3.14-rc1 merge window
 2014-01-29 19:54 UTC 

[PATCH v2] HID: i2c-hid: add runtime PM support
 2014-01-29 19:48 UTC  (2+ messages)

[RFC PATCH V2 0/4] APM X-Gene PCIe controller
 2014-01-29 19:36 UTC  (4+ messages)
` [RFC PATCH V2 1/4] pci: APM X-Gene PCIe controller driver

[PATCH 0/8] mm, hugetlb: fixes and fault scalability
 2014-01-29 19:24 UTC  (4+ messages)
` [PATCH 6/8] mm, hugetlb: remove vma_has_reserves

[PATCH] netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get (v2)
 2014-01-29 19:21 UTC  (4+ messages)
` [PATCH] netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get (v3)

[PATCH V2 0/9] perf tools: kaslr fixes
 2014-01-29 19:14 UTC  (7+ messages)
` [PATCH V2 1/9] perf tools: Fix symbol annotation for relocated kernel
` [PATCH V2 8/9] perf tools: Adjust kallsyms "
` [PATCH V2 9/9] perf buildid-cache: Check relocation when checking for existing kcore

[PATCH v5] spi: rspi: Add DT support
 2014-01-29 19:10 UTC  (3+ messages)

[PATCH] kconfig: consolidate arch-specific seccomp options
 2014-01-29 19:10 UTC 

[RFC 0/4] memcg: Low-limit reclaim
 2014-01-29 19:08 UTC  (4+ messages)

[BISECTED] OMAP: DSS: clk rate mismatch
 2014-01-29 19:03 UTC  (14+ messages)
            ` OMAP: clock DT conversion issues with omap36xx

x86: disabled interrupts on shutdown causing tlb flush WARNs
 2014-01-29 18:54 UTC 

please pull nfsd changes for 3.14
 2014-01-29 18:54 UTC 

[PATCH 0/5] HID logitech DJ fixes and preps for enabling extended features
 2014-01-29 18:42 UTC  (5+ messages)

[PATCH v3 0/2] PM / Hibernate: sysfs resume
 2014-01-29 18:41 UTC  (5+ messages)
` [PATCH v3 1/2] init/do_mounts.c: ignore final \n in name_to_dev_t

Messaggio non letto
 2014-01-29 18:30 UTC 

[PATCH v2 0/4]
 2014-01-29 18:32 UTC  (7+ messages)
` [PATCH v2 1/4] phy: provide accessors for 'advertising' and 'supported' fields
` [PATCH v2 2/4] net: ethoc: don't advertise gigabit speed on attached PHY

Do we really need curr_target in signal_struct ?
 2014-01-29 18:32 UTC  (6+ messages)

[PATCH v10 00/16] Volatile Ranges v10
 2014-01-29 18:30 UTC  (4+ messages)

kernfs: lockdep complains about kernfs_addrm_ctx
 2014-01-29 18:22 UTC  (2+ messages)

[PATCH 0/1] 9P: Add memory barriers to protect request fields over cb/rpc threads handoff
 2014-01-29 18:16 UTC  (3+ messages)
` [PATCH] "
  ` [V9fs-developer] "

[GIT PULL] Second round of KVM updates for 3.14
 2014-01-29 18:09 UTC 

[PATCH v3 0/2] qspinlock: Introducing a 4-byte queue spinlock
 2014-01-29 17:57 UTC  (4+ messages)
` [PATCH v3 1/2] qspinlock: Introducing a 4-byte queue spinlock implementation

[PATCH v2] x86: Build 16-bit code with -m16 where possible
 2014-01-29 17:57 UTC  (3+ messages)
` [tip:x86/build] x86, build: "

[PATCH] [RFC] timekeeping: Rework frequency adjustments to work better w/ nohz
 2014-01-29 17:56 UTC  (5+ messages)

same ext4 file system corruption on different machines
 2014-01-29 17:38 UTC  (3+ messages)

[PATCH v3 0/6] efuse driver for Tegra
 2014-01-29 17:18 UTC  (3+ messages)
` [PATCH v3 4/6] ARM: tegra: Add efuse bindings

[PATCH 0/5] generic CPU feature based udev module autoprobing
 2014-01-29 17:16 UTC  (7+ messages)
` [PATCH 1/5] cpu: move arch_cpu_uevent() to generic code
` [PATCH 2/5] cpu: add generic support for CPU feature based module autoloading
` [PATCH 3/5] x86: align x86 arch with generic CPU modalias handling
` [PATCH 4/5] arm64: enable generic CPU feature modalias matching for this arch
` [PATCH 5/5] arm64: add Crypto Extensions based synchronous core AES cipher

[PATCH v7 0/7] Kernel base address randomization on x86
 2014-01-29 17:13 UTC  (5+ messages)
` [PATCH 1/7] x86, boot: move CPU flags out of cpucheck
  ` [PATCH] x86, boot: fix word-size assumptions in has_eflag() inline asm
    ` [tip:x86/build] x86, boot: Fix word-size assumptions in has_eflag () "

[PATCH 1/1] fs: udf: parse_options: blocksize check
 2014-01-29  9:13 UTC 

[PATCH] kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdef
 2014-01-29 17:11 UTC 

[RFC PATCH 0/9] mtd: nand: add sunxi NAND Flash Controller support
 2014-01-29 16:55 UTC  (7+ messages)
          ` [linux-sunxi] "

[PATCH] vfs: respect FMODE_UNSIGNED_OFFSET in p(read|write)[v]*()
 2014-01-29 16:53 UTC  (3+ messages)

[PATCH 0/7] improve robustness on handling migratetype
 2014-01-29 16:52 UTC  (4+ messages)

About gpio-regulator setting on DT
 2014-01-29 16:51 UTC  (4+ messages)

[PATCHSET v2 cgroup/for-3.15] cgroup: drop module support and cgroup_root_mutex
 2014-01-29 16:23 UTC  (3+ messages)
` [PATCH 3/6] cgroup: clean up cgroup_subsys names and initialization

[PATCH 0/3] CCF clock divider changes
 2014-01-29 16:24 UTC  (3+ messages)
` [PATCH 1/3] clk: divider: Fix best div calculation for power-of-two and table dividers
` [PATCH 2/3] clk: divider: Add round to closest divider

high cpu load on omap3 using musb
 2014-01-29 16:44 UTC 

[PATCH v2 0/5] Add Allwinner A31 SPI controller support
 2014-01-29 16:40 UTC  (5+ messages)
` [PATCH v2 3/5] spi: sunxi: Add Allwinner A31 SPI controller driver

[PATCH] bio_integrity_add_page: check for BIO_POOL_NONE before determining nr_vecs on slab
 2014-01-29 16:45 UTC 

ocrdma: missing break in switch statement
 2014-01-29 16:22 UTC 


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