public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-18 12:13:49 to 2013-01-18 15:13:38 UTC [more...]

[PATCH V2 1/2] pinctrl: tegra: add support for rcv-sel and drive type
 2013-01-18 15:13 UTC  (2+ messages)

[PATCH] fixes to ACPI subsystem which assumes cpuidle is always enabled
 2013-01-18 15:12 UTC  (3+ messages)

[PATCH v2 00/76] Synopsys ARC Linux kernel Port
 2013-01-18 15:12 UTC  (101+ messages)
` [PATCH v2 01/76] ARC: Generic Headers
` [PATCH v2 02/76] ARC: irqflags - Interrupt enabling/disabling at in-core intc
` [PATCH v2 03/76] ARC: Atomic/bitops/cmpxchg/barriers
` [PATCH v2 04/76] asm-generic headers: uaccess.h to conditionally define segment_eq()
` [PATCH v2 05/76] ARC: uaccess friends
` [PATCH v2 06/76] asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()
` [PATCH v2 07/76] ARC: [optim] uaccess __{get,put}_user() optimised
` [PATCH v2 08/76] asm-generic headers: Allow yet more arch overrides in checksum.h
` [PATCH v2 09/76] ARC: Checksum/byteorder/swab routines
` [PATCH v2 10/76] ARC: Fundamental ARCH data-types/defines
` [PATCH v2 11/76] ARC: Spinlock/rwlock/mutex primitives
` [PATCH v2 12/76] ARC: String library
` [PATCH v2 13/76] ARC: Low level IRQ/Trap/Exception Handling
` [PATCH v2 14/76] ARC: Interrupt Handling
` [PATCH v2 15/76] ARC: Non-MMU Exception Handling
` [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)
` [PATCH v2 17/76] ARC: Process-creation/scheduling/idle-loop
` [PATCH v2 18/76] ARC: Timers/counters/delay management
` [PATCH v2 19/76] ARC: Signal handling
` [PATCH v2 20/76] ARC: [Review] Preparing to fix incorrect syscall restarts due to signals
` [PATCH v2 21/76] ARC: [Review] Prevent incorrect syscall restarts
` [PATCH v2 22/76] ARC: Cache Flush Management
` [PATCH v2 23/76] ARC: Page Table Management
` [PATCH v2 24/76] ARC: MMU Context Management
` [PATCH v2 25/76] ARC: MMU Exception Handling
` [PATCH v2 26/76] ARC: TLB flush Handling
` [PATCH v2 27/76] ARC: Page Fault handling
` [PATCH v2 28/76] ARC: I/O and DMA Mappings
` [PATCH v2 29/76] ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
` [PATCH v2 30/76] ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC
` [PATCH v2 31/76] ARC: Build system: Makefiles, Kconfig, Linker script
` [PATCH v2 32/76] ARC: [DeviceTree] Basic support
` [PATCH v2 33/76] ARC: [DeviceTree] Convert some Kconfig items to runtime values
` [PATCH v2 34/76] ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board
` [PATCH v2 35/76] ARC: Last bits (stubs) to get to a running kernel with UART
` [PATCH v2 36/76] ARC: Switch to generic kernel_thread() - split ret_from_fork
` [PATCH v2 37/76] ARC: Switch to generic kernel_execve() and sys_execve()
` [PATCH v2 38/76] ARC: Switch to saner kernel_execve() semantics #1
` [PATCH v2 39/76] ARC: Switch to saner kernel_execve() semantics #2
` [PATCH v2 40/76] ARC: Switch to generic sys_clone, fork, vfork
` [PATCH v2 41/76] ARC: [3.8 tracking] altstack consolidation, trace_clock, cacheflush.h
` [PATCH v2 42/76] ARC: [plat-arcfpga] defconfig
` [PATCH v2 43/76] ARC: [optim] Cache "current" in Register r25
` [PATCH v2 44/76] ARC: ptrace support
` [PATCH v2 45/76] ARC: Futex support
` [PATCH v2 46/76] ARC: OProfile support
` [PATCH v2 47/76] ARC: Support for high priority interrupts in the in-core intc
` [PATCH v2 48/76] ARC: Module support
` [PATCH v2 49/76] ARC: Diagnostics: show_regs() etc
` [PATCH v2 50/76] ARC: SMP support
` [PATCH v2 51/76] ARC: DWARF2 .debug_frame based stack unwinder
` [PATCH v2 52/76] ARC: stacktracing APIs based on dw2 unwinder
` [PATCH v2 53/76] ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)
` [PATCH v2 54/76] ARC: kprobes support
` [PATCH v2 55/76] sysctl: Enable PARISC "unaligned-trap" to be used cross-arch
` [PATCH v2 56/76] ARC: Unaligned access emulation
` [PATCH v2 57/76] ARC: kgdb support
` [PATCH v2 58/76] ARC: Boot #2: Verbose Boot reporting / feature verification
` [PATCH v2 59/76] ARC: [plat-arfpga] BVCI Latency Unit setup
` [PATCH v2 60/76] perf, ARC: Enable building perf tools for ARC
` [PATCH v2 61/76] ARC: perf support (software counters only)
` [PATCH v2 62/76] ARC: Support for single cycle Close Coupled Mem (CCM)
` [PATCH v2 63/76] ARC: Hostlink Pseudo-Driver for Metaware Debugger
` [PATCH v2 64/76] ARC: Add self to MAINTAINERS
` [PATCH v2 65/76] ARC: UAPI Disintegrate arch/arc/include/asm
` [PATCH v2 66/76] ARC: Add support for ioremap_prot API
` [PATCH v2 67/76] ARC: [Review] Multi-platform image #1: Kconfig enablement
` [PATCH v2 68/76] ARC: Fold boards sub-menu into platform/SoC menu
` [PATCH v2 69/76] ARC: [Review] Multi-platform image #2: Board callback Infrastructure
` [PATCH v2 70/76] ARC: [Review] Multi-platform image #3: switch to board callback
` [PATCH v2 71/76] ARC: [Review] Multi-platform image #4: Isolate platform headers
` [PATCH v2 72/76] ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC core
  ` [PATCH v2 73/76] ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optional
  ` [PATCH v2 74/76] ARC: [Review] Multi-platform image #7: SMP common code to use callbacks
  ` [PATCH v2 75/76] ARC: [Review] Multi-platform image #8: platform registers SMP callbacks
  ` [PATCH v2 76/76] ARC: [plat-arcfpga] defconfig for fully loaded ARC Linux

[PATCH] dw_dmac: print out DW_PARAMS and DWC_PARAMS when debug
 2013-01-18 15:10 UTC 

[RFC][PATCH] slub: Check for page NULL before doing the node_match check
 2013-01-18 15:09 UTC  (16+ messages)
            ` [RFC][PATCH] slub: Keep page and object in sync in slab_alloc_node()
                ` [RFC][PATCH v2] "
                  ` [RFC][PATCH v3] "

[PATCH v3] drivers/pinctrl: grab default handles from device core
 2013-01-18 15:08 UTC 

[PATCH v8 00/22] OMAP USB Host cleanup
 2013-01-18 15:08 UTC  (28+ messages)
` [PATCH v8 01/22] USB: ehci-omap: Don't free gpios that we didn't request
` [PATCH v8 02/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data
` [PATCH v8 03/22] mfd: omap-usb-tll: Fix channel count detection
` [PATCH v8 04/22] mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error path
` [PATCH v8 05/22] mfd: omap-usb-tll: Clean up clock handling
` [PATCH v8 06/22] mfd: omap-usb-tll: introduce and use mode_needs_tll()
` [PATCH v8 07/22] mfd: omap-usb-tll: Check for missing platform data in probe
` [PATCH v8 08/22] mfd: omap-usb-tll: Fix error message
` [PATCH v8 09/22] mfd: omap-usb-tll: serialize access to TLL device
` [PATCH v8 10/22] mfd: omap-usb-tll: Add OMAP5 revision and HSIC support
` [PATCH v8 11/22] mfd: omap_usb_host: Avoid missing platform data checks in suspend/resume
` [PATCH v8 12/22] mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()
` [PATCH v8 13/22] mfd: omap-usb-host: know about number of ports from revision register
` [PATCH v8 14/22] mfd: omap-usb-host: override number of ports from platform data
` [PATCH v8 15/22] mfd: omap-usb-host: cleanup clock management code
` [PATCH v8 16/22] mfd: omap-usb-host: Manage HSIC clocks for HSIC mode
` [PATCH v8 17/22] mfd: omap-usb-host: Get rid of unnecessary spinlock
` [PATCH v8 18/22] mfd: omap-usb-host: clean up omap_usbhs_init()
` [PATCH v8 19/22] ARM: OMAP3: clock data: get rid of unused USB host clock aliases and dummies
` [PATCH v8 20/22] ARM: OMAP4: clock data: get rid of unused USB host clock aliases
` [PATCH v8 21/22] mfd: omap-usb-host: Don't spam console on clk_set_parent failure
` [PATCH v8 22/22] mdf: omap-usb-host: get rid of build warning

[PATCH v6 2/4] usb: phy: samsung: Add host phy support to samsung-phy driver
 2013-01-18 15:07 UTC  (7+ messages)
` [PATCH v7 "

[PATCH v2] drivers/pinctrl: grab default handles from device core
 2013-01-18 15:05 UTC  (3+ messages)

Please reply
 2013-01-18 14:45 UTC 

Please reply
 2013-01-18 14:51 UTC 

Redefinition of struct in6_addr in <netinet/in.h> and <linux/in6.h>
 2013-01-18 14:54 UTC  (10+ messages)

US$200 Million For Charity Projects
 2013-01-18 14:18 UTC 

[PATCH] xen/grant-table: Force to use v1 of grants
 2013-01-18 14:46 UTC  (3+ messages)
` [Xen-devel] "

request_mem_region() for noPCI devices
 2013-01-18 14:46 UTC 

Announcement: STEC EnhanceIO SSD caching software for Linux kernel
 2013-01-18 14:43 UTC  (5+ messages)
    ` [dm-devel] "

[patch v1 3/5] hwmon: da9055 change irq state to default
 2013-01-18 14:36 UTC  (2+ messages)

[PATCH] fix: build aborts if SPACE characters are found in path
 2013-01-18 14:33 UTC 

[PATCH v6 0/4] Adding usb2.0 host-phy support for exynos5250
 2013-01-18 14:31 UTC  (4+ messages)
` [PATCH v6 3/4] USB: ehci-s5p: Add phy driver support

[PATCH 2/2] tools: hv: Use CLOEXEC when opening kvp_pool files
 2013-01-18 14:23 UTC  (2+ messages)
` [PATCH] "

[RFC] remoteproc: Add support for host-side (reversed) vrings
 2013-01-18 14:20 UTC 

linux-next: build failure after merge of the driver-core tree
 2013-01-18 14:14 UTC  (3+ messages)

[PATCH v2 0/2] perf stat: add interval counter printing
 2013-01-18 14:09 UTC  (8+ messages)
` [PATCH v2 1/2] perf tools: add evsel prev_raw_count field
` [PATCH v2 2/2] perf stat: add interval printing

[RFC PATCH v1 0/3] kdump, vmcore: Map vmcore memory in direct mapping region
 2013-01-18 14:06 UTC  (3+ messages)

[PATCH V3 0/22] sched: simplified fork, enable load average into LB and power awareness scheduling
 2013-01-18 14:06 UTC  (16+ messages)
` [PATCH v3 16/22] sched: add power aware scheduling in fork/exec/wake
` [PATCH v3 17/22] sched: packing small tasks in wake/exec balancing

[PATCH] memory-hotplug: mm/Kconfig: move auto selects from MEMORY_HOTPLUG to MEMORY_HOTREMOVE as needed
 2013-01-18 13:58 UTC  (2+ messages)

[patch v2] b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()
 2013-01-18 13:53 UTC  (2+ messages)

[PATCH v2 0/3] x86: enable common clk and add support for Lynxpoint clocks
 2013-01-18 13:46 UTC  (4+ messages)
` [PATCH v2 1/3] x86: add support for Intel Low Power Subsystem
` [PATCH v2 2/3] clk: x86: add support for Lynxpoint LPSS clocks
` [PATCH v2 3/3] ACPI / platform: create LPSS clocks if Lynxpoint devices are found during scan

[PATCH] tty: serial/68328serial.c: remove unnecessary null pointer check
 2013-01-18 13:38 UTC  (3+ messages)
` [PATCH] tty: serial/crisv10.c: "

[bug report] f2fs: off by one in garbage collection functions
 2013-01-18 13:29 UTC 

[PATCH 1/4] ARM: EXYNOS5: Add PPMU device tree support
 2013-01-18 13:24 UTC  (6+ messages)
` [PATCH 4/4] PM/Devfreq: Add Exynos5-bus devfreq driver for Exynos5250
  ` [PATCH v4 4/4] PM: Devfreq: "
` [PATCH v4 1/4] ARM: EXYNOS5: Add PPMU device tree support

[PATCH 3/4] PM: DEVFREQ: Move exynos4 devfreq driver into a new sub-directory
 2013-01-18 13:24 UTC  (2+ messages)
` [PATCH v4 "

[PATCH 2/4] ARM: EXYNOS5: Support Exynos5-bus devfreq driver
 2013-01-18 13:23 UTC  (2+ messages)
` [PATCH v4 "

[PATCH RESEND 0/6 v13] gpio: Add block GPIO
 2013-01-18 13:18 UTC  (4+ messages)
` [PATCH RESEND 1/6 v13] gpio: Add a block GPIO API to gpiolib

[PATCH 0/3] Add device tree support for NAND flash in am335x-evm
 2013-01-18 13:17 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: AM33XX: Add GPMC node

[PATCH 0/2] ARM: Exynos5250: Enabling samsung usb phy
 2013-01-18 13:12 UTC  (3+ messages)

[PATCH 1/1] X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts
 2013-01-18 13:10 UTC  (2+ messages)

[GIT PULL] EFI fixes for v3.8
 2013-01-18 12:57 UTC  (2+ messages)

[RFC PATCH] Input: gpio_keys: Fix suspend/resume press event lost
 2013-01-18 12:51 UTC 

[PATCH v8 01/22] USB: ehci-omap: Don't free gpios that we didn't request
 2013-01-18 12:36 UTC 

[PATCH] ACPI / PM: Remove obsolete comment in power.c
 2013-01-18 12:36 UTC 

[PATCH] ACPI / scan: Fold acpi_bus_scan() into acpi_bus_add()
 2013-01-18 12:35 UTC 

[PATCH 0/86] remove CONFIG_EXPERIMENTAL
 2013-01-18 12:26 UTC  (4+ messages)
` [PATCH 58/86] drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTAL

(no subject)
 2013-01-18 12:17 UTC 

[PATCH] dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors
 2013-01-18 12:14 UTC 

[PATCH 0/4] usb: musb: add driver for control module
 2013-01-18 12:13 UTC  (5+ messages)
` [PATCH 1/4] drivers: usb: phy: add a new driver for usb part of "


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