messages from 2013-03-28 14:56:28 to 2013-03-28 18:21:03 UTC [more...]
linux-next: Tree for Mar 28
2013-03-28 18:20 UTC (3+ messages)
` linux-next: Tree for Mar 28 (broadcom/bnx2x)
[PATCH 1/2] ARM: irq: Call irqchit_init if no init_irq function is specified
2013-03-28 18:20 UTC (6+ messages)
[RFC] mm: remove swapcache page early
2013-03-28 18:19 UTC (7+ messages)
[PATCH 0/5] cpuacct, cgroup: Remove cgroup_subsys.active
2013-03-28 18:19 UTC (3+ messages)
` [PATCH 5/5] cgroup: Remove subsys.active flag
[RFC PATCH 0/3] Perf persistent events
2013-03-28 18:15 UTC (6+ messages)
` [RFC PATCH 2/3] perf: Add persistent event facilities
[PATCH] ARM: dove: fix Dove cpu type from V7 to PJ4
2013-03-28 18:14 UTC (3+ messages)
[PATCH] Makefile: allow no update .config build
2013-03-28 17:13 UTC (2+ messages)
[PATCH V3 0/7] Create sched_select_cpu() and use it for workqueues
2013-03-28 18:13 UTC (6+ messages)
` [PATCH V3 3/7] workqueue: Add helpers to schedule work on any cpu
[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch
2013-03-28 18:10 UTC (5+ messages)
[PATCH] ARM: perf: fix group validation when using enable_on_exec
2013-03-28 18:06 UTC
[PATCH 0/4] pintrcl: restore old state when pinctrl_select_state fails
2013-03-28 18:06 UTC (11+ messages)
` [PATCH 3/4] pinctrl: disable and free setting in select_state in case of error
` [PATCH 4/4] pinctrl: re-enable old state in case of error in pinctrl_select_state
linux-next: build failure after merge of the usb tree
2013-03-28 18:04 UTC (2+ messages)
[PATCH 1/6] net-next: replace obsolete NLMSG_* with type safe nlmsg_*
2013-03-28 18:01 UTC (5+ messages)
[PATCH 5/6] scsi: replace obsolete NLMSG_* with type safe nlmsg_*
2013-03-28 18:01 UTC (5+ messages)
[PATCH REPOST 1/7] kbuild: create an "include chroot" for DT bindings
2013-03-28 18:00 UTC (3+ messages)
` [PATCH REPOST 2/7] kbuild: fixdep: support concatenated dep files
[PATCH] OMAP3 ROM Random Number Generator support
2013-03-28 17:54 UTC (7+ messages)
[PATCH] pinctrl: tegra: add suspend-resume support
2013-03-28 17:48 UTC (2+ messages)
3.8.4: ohci question
2013-03-28 17:46 UTC (3+ messages)
[BUG] Crash with NULL pointer dereference in bond_handle_frame in -rt (possibly mainline)
2013-03-28 17:44 UTC (3+ messages)
[RT LATENCY] 249 microsecond latency caused by slub's unfreeze_partials() code
2013-03-28 17:30 UTC (13+ messages)
[PATCH v2 00/13] rwsem fast-path write lock stealing
2013-03-28 17:25 UTC (13+ messages)
` [PATCH v2 02/13] rwsem: shorter spinlocked section in rwsem_down_failed_common()
` [PATCH v2 03/13] rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failed
` [PATCH v2 07/13] rwsem: use cmpxchg for trying to steal write lock
` [PATCH v2 10/13] rwsem: simplify __rwsem_do_wake
` [PATCH v2 11/13] rwsem: implement support for write lock stealing on the fastpath
` [PATCH v2 12/13] rwsem: do not block readers at head of queue if other readers are active
[GIT PATCH] USB fixes for 3.9-rc4
2013-03-28 17:19 UTC
[GIT PATCH] TTY/Serial fixes for 3.9-rc4
2013-03-28 17:18 UTC
[GIT PATCH] Staging driver fixes for 3.9-rc4
2013-03-28 17:17 UTC
[GIT PATCH] Driver core fixes for 3.9-rc4
2013-03-28 17:17 UTC
[GIT PATCH] char/misc fixes for 3.9-rc4
2013-03-28 17:16 UTC
[PATCH 00/36] perf/core improvements and fixes
2013-03-28 17:02 UTC (37+ messages)
` [PATCH 01/36] perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
` [PATCH 02/36] perf tools: Let get_tracing_file() return NULL to indicate failure
` [PATCH 03/36] perf tools: Get rid of malloc_or_die() in trace-event-info.c
` [PATCH 04/36] perf tools: Get rid of write_or_die() from trace-event-info.c
` [PATCH 05/36] perf tools: Get rid of die() calls "
` [PATCH 06/36] perf tools: Handle failure case in trace_report()
` [PATCH 07/36] perf tools: Get rid of malloc_or_die() in trace-event-read.c
` [PATCH 08/36] perf tools: Get rid of read_or_die() "
` [PATCH 09/36] perf tools: Get rid of die() calls in trace-data-read.c
` [PATCH 10/36] perf tools: Cleanup calc_data_size logic
` [PATCH 11/36] perf stat: Refactor aggregation code
` [PATCH 12/36] perf stat: Rename --aggr-socket to --per-socket
` [PATCH 13/36] perf stat: Add per-core aggregation
` [PATCH 14/36] perf report: Add --no-demangle option
` [PATCH 15/36] perf/x86: Support CPU specific sysfs events
` [PATCH 16/36] perf/x86: Improve sysfs event mapping with event string
` [PATCH 17/36] perf/x86: Add flags to event constraints
` [PATCH 18/36] perf/core: Add weighted samples
` [PATCH 19/36] perf: Add generic memory sampling interface
` [PATCH 20/36] perf/x86: Add memory profiling via PEBS Load Latency
` [PATCH 21/36] perf/x86: Export PEBS load latency threshold register to sysfs
` [PATCH 22/36] perf/x86: Add support for PEBS Precise Store
` [PATCH 23/36] perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAP
` [PATCH 24/36] perf tools: Add support for weight v7 (modified)
` [PATCH 25/36] perf tools: Add mem access sampling core support
` [PATCH 26/36] perf record: Add support for mem access profiling
` [PATCH 27/36] perf report: "
` [PATCH 28/36] perf tools: Add new mem command for memory "
` [PATCH 29/36] perf machine: Detect data vs. text mappings
` [PATCH 30/36] perf tools: Fix output of symbol_daddr offset
` [PATCH 31/36] Revert "perf sched: Handle PERF_RECORD_EXIT events"
` [PATCH 32/36] perf tools: Convert needless static variable to local
` [PATCH 33/36] perf python: Fix dependency for python/perf.so
` [PATCH 34/36] perf map browser: Use ui_browser__input_window()
` [PATCH 35/36] perf tools: Remove dependency on libnewt
` [PATCH 36/36] perf map browser: Exit just on well known key presses
[GIT PULL] ACPI and power management fixes for v3.9-rc5
2013-03-28 17:12 UTC
[PATCH 0/2] fix hugepage coredump
2013-03-28 17:03 UTC (6+ messages)
` [PATCH 1/2] hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)
` [PATCH 2/2] hugetlbfs: add swap entry check in follow_hugetlb_page()
[PATCH] PCI / ACPI: Always resume devices on ACPI wakeup notifications
2013-03-28 17:10 UTC (2+ messages)
` [Resend][PATCH] "
[PATCH] ARM: Kirkwood: fix unused mvsdio gpio pins
2013-03-28 17:00 UTC (2+ messages)
[PATCH 0/2] eisa: fix eisa with PCI
2013-03-28 16:54 UTC (6+ messages)
` [PATCH 1/2] eisa, PCI: Fix bus res reference
[RFC 0/4] do not make cputime scaling in kernel
2013-03-28 16:53 UTC (5+ messages)
` [RFC 1/4] cputime: change parameter of thread_group_cputime_adjusted
` [RFC 2/4] procfs: add sum_exec_runtime to /proc/PID/stat
` [RFC 3/4] sched,proc: add csum_sched_runtime
` [RFC 4/4] cputime: remove scaling
[PATCH v6 1/2] mm: limit growth of 3% hardcoded other user reserve
2013-03-28 16:49 UTC (3+ messages)
[PATCH] ia64: Fix example error_injection_tool
2013-03-28 16:47 UTC (2+ messages)
[PATCH] bq27x00_battery: Fix reporting battery temperature
2013-03-28 16:42 UTC (2+ messages)
` [PATCH] power: rx51_battery: Fix reporting temperature
[PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug
2013-03-28 16:32 UTC (2+ messages)
` Fwd: "
Change in behaviour when unmounting recursive bind mounts
2013-03-28 16:29 UTC (3+ messages)
[PATCH 00/33] Regulators: Bring the AB8500 into the 21st century
2013-03-28 16:11 UTC (34+ messages)
` [PATCH 01/33] regulator: ab8500-ext: New driver to control external regulators
` [PATCH 02/33] ARM: ux500: Add regulator platform data for AB8500 "
` [PATCH 03/33] ARM: ux500: Provide a mechanism to over-ride regulator init values
` [PATCH 04/33] ARM: ux500: Turn off external regulator #1 when early HREFs suspend
` [PATCH 05/33] ARM: ux500: Setup external regulator supply #2 for HREF v20 boards
` [PATCH 06/33] regulator: ab8500-ext: Add HW request support
` [PATCH 07/33] regulator: ab8500-ext: Add suspend support
` [PATCH 08/33] regulator: ab8500: Remove USB regulator
` [PATCH 09/33] regulator: ab8500: Init debug from regulator driver
` [PATCH 10/33] regulator: ab8500: Prepare the driver for additional platforms
` [PATCH 11/33] regulator: ab8500: Add support for the ab9540
` [PATCH 12/33] regulator: ab8500: Correct TVOUT regulator enable time
` [PATCH 13/33] regulator: ab8500-ext: Add support for AB8505/AB9540
` [PATCH 14/33] regulator: ab8500: add support for ab8505
` [PATCH 15/33] regulator: ab8500-ext: Add support for AB9540 regulators
` [PATCH 16/33] regulator: ab8500: Add support for the ab8540
` [PATCH 17/33] regulator: ab8500: Update voltage handling for fixed voltage regulators
` [PATCH 18/33] regulator: ab8500: Use regulator_list_voltage_table()
` [PATCH 19/33] regulator: ab8500: Supply platform specific regulator id values
` [PATCH 20/33] regulator: ab8500: Don't register external regulators on AB8505
` [PATCH 21/33] regulator: ab8500: Add voltage selection for AUDIO and ANA "
` [PATCH 22/33] regulator: ab8500: Also check for AB8505 based platforms
` [PATCH 23/33] regulator: ab8500: Add new operations for Vaux3
` [PATCH 24/33] regulator: ab8500: Add mode operation for v-amic
` [PATCH 25/33] regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540
` [PATCH 26/33] regulator: ab8500: Use a struct to select the good regulator configuration
` [PATCH 27/33] regulator: ab8500: Introduce aux5, aux6 regulators for AB8540
` [PATCH 28/33] regulator: ab8500: Set enable enable_time in regulator_desc
` [PATCH 29/33] regulator: ab8500: Remove the need for a 'delay' property
` [PATCH 30/33] regulator: ab8500: Use regulator_list_voltage_table() to look-up voltages
` [PATCH 31/33] ARM: ux500: Pass regulator platform data using the new format
` [PATCH 32/33] regulator: ab8500: Shuffle init functions into a more logical order
` [PATCH 33/33] ARM: ux500: Regulators: Bring the AB8500 regulator platform data up-to-date
[PATCH 0/2] pinctrl support for ab8500-usb
2013-03-28 16:21 UTC (3+ messages)
` [PATCH 1/2] ARM: ux500: remove redundant DB8500_PIN_SLEEP definition
` [PATCH 2/2] ARM: ux500: 8500: add ab8500-musb pinctrl support
[PATCH v3] [RFC] arm: use PSCI if available
2013-03-28 16:20 UTC (12+ messages)
[RFC PATCH] block: Add new generic block device naming interface
2013-03-28 16:18 UTC
[PATCH] pinctrl: coh901: Fix error checking in u300_gpio_to_irq
2013-03-28 16:18 UTC
[PATCH] rtc: rtc-at91rm9200: use a variable for storing IMR
2013-03-28 16:16 UTC (5+ messages)
[PATCH 00/17] RFC: Pile of DRBD fixes
2013-03-28 16:11 UTC (2+ messages)
[PATCH] arm: omap: RX-51: ARM errata 430973 workaround
2013-03-28 15:58 UTC (2+ messages)
[PATCH] arm: omap: RX-51: ARM errata 430973 workaround
2013-03-28 15:53 UTC (8+ messages)
[patch 00/34] idle: Consolidate idle implementations
2013-03-28 15:43 UTC (19+ messages)
` [patch 05/34] idle: Implement generic idle function
` [patch 07/34] alpha: Use generic idle loop
` [patch 17/34] ia64: "
` [patch 22/34] mips: "
` [patch 26/34] powerpc: "
` [patch 30/34] tile: Enter idle with preemption disabled
` [patch 29/34] sh: Use generic idle loop
` [patch 31/34] tile: "
` [patch 33/34] x86: "
drm/radeon: continued dead graphics with X on Thinkpad T60 with kernel 3.8.x/3.9.x
2013-03-28 15:45 UTC
[PATCH v4 0/6] Generic PHY Framework
2013-03-28 15:45 UTC (3+ messages)
` [PATCH v4 1/6] drivers: phy: add generic PHY framework
[PATCH] perf: Enable function tracing for perf core
2013-03-28 15:45 UTC (2+ messages)
[PATCH] perf, x86: Allow setting period 1
2013-03-28 15:44 UTC (2+ messages)
[PATCH -next] mg_disk: fix error return code in mg_probe()
2013-03-28 15:44 UTC (3+ messages)
[PATCH] perf, x86: Add Sandy Bridge constraints for CYCLE_ACTIVITY.*
2013-03-28 15:43 UTC (2+ messages)
intel_pstate_timer_func divide by zero oops
2013-03-28 15:35 UTC (4+ messages)
ipc,sem: sysv semaphore scalability
2013-03-28 15:32 UTC (3+ messages)
` [PATCH -mm -next] ipc,sem: untangle RCU locking with find_alloc_undo
[PATCHv2, RFC 00/30] Transparent huge page cache
2013-03-28 15:31 UTC (7+ messages)
` [PATCHv2, RFC 17/30] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv2, RFC 18/30] thp, mm: truncate support for transparent huge page cache
[PATCH v4] clk: allow reentrant calls into the clk framework
2013-03-28 15:23 UTC (5+ messages)
` [PATCH v5 0/2] reentrancy in the common "
` [PATCH 2/2] clk: allow reentrant calls into the "
[PATCH v9 RESEND 0/4] Add generic driver for on-chip SRAM
2013-03-28 15:23 UTC (6+ messages)
` [PATCH v9 RESEND 4/4] ARM: dts: add sram for imx53 and imx6q
[PATCHv3 00/10] Remove ARM local timer API
2013-03-28 15:22 UTC (3+ messages)
` [PATCHv3 03/10] ARM: smp_twd: Divorce smp_twd from "
[PATCH v2] tty: mxser: improve error handling in mxser_probe() and mxser_module_init()
2013-03-28 15:16 UTC (2+ messages)
[PATCH v7 00/18] perf: add memory access sampling support
2013-03-28 15:15 UTC (12+ messages)
` [PATCH v7 11/18] perf tools: add mem access sampling core support
Basic perf PMU support for Haswell v10
2013-03-28 15:13 UTC (2+ messages)
[PATCH] usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BD
2013-03-28 15:06 UTC
[PATCH] arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again
2013-03-28 15:04 UTC (3+ messages)
tpm_tis driver failed to suspend, error -62
2013-03-28 14:58 UTC (7+ messages)
` [tpmdd-devel] "
[PATCH 1/3] pinctrl: use dev_info instead of pr_info in pinctrl_select_state_locked
2013-03-28 14:58 UTC (6+ messages)
` [PATCH 2/3] pinctrl: remove superfluous optimization "
` [PATCH 3/3] pinctrl: pinctrl_select_state: set the old_state back on error
[PATCH 00/33] AIO cleanups/performance improvements
2013-03-28 14:20 UTC (7+ messages)
` [PATCH 01/33] mm: remove old aio use_mm() comment
` [PATCH 02/33] aio: remove dead code from aio.h
` [PATCH 04/33] aio: remove retry-based AIO
s390x: kernel BUG at fs/ext4/inode.c:1591!
2013-03-28 14:56 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox