linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-29 18:15:39 to 2012-10-29 21:37:39 UTC [more...]

[ 000/101] 3.6.5-stable review
 2012-10-29 21:35 UTC  (18+ messages)
` [ 001/101] drm/radeon: add some new SI PCI ids
` [ 002/101] drm/radeon: add error output if VM CS fails on cayman
` [ 004/101] ALSA: hda - Fix silent headphone output from Toshiba P200
` [ 007/101] fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check
` [ 011/101] x86-64: Fix page table accounting
` [ 012/101] Revert "x86/mm: Fix the size calculation of mapping tables"
` [ 019/101] SUNRPC: Prevent races in xs_abort_connection()
` [ 020/101] LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zero
` [ 023/101] xhci: endianness xhci_calculate_intel_u2_timeout
` [ 027/101] staging: zram: Fix handling of incompressible pages
` [ 032/101] staging: comedi: amplc_pc263: fix possible NULL deref during detach
` [ 033/101] staging: comedi: amplc_pc236: fix invalid register access "
` [ 038/101] ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions
` [ 045/101] USB: ipw: fix interface-data memory leak in error path
` [ 047/101] USB: mct_u232: fix broken close
` [ 051/101] USB: qcserial: fix interface-data memory leak in error path
` [ 062/101] USB: quatech2: fix io after disconnect

[V5 PATCH 00/26] mm, memory-hotplug: dynamic configure movable memory and introduce movable node
 2012-10-29 21:34 UTC  (9+ messages)
` [V5 PATCH 05/26] node_states: introduce N_MEMORY
` [V5 PATCH 08/26] memcontrol: use N_MEMORY instead N_HIGH_MEMORY

[Patch v1 00/10] perf: add memory access sampling support
 2012-10-29 21:32 UTC  (9+ messages)
` [Patch v1 01/10] perf/x86: improve sysfs event mapping with event string
` [Patch v1 04/10] perf/x86: add memory profiling via PEBS Load Latency

[PATCH 1/2] ARM: mach-imx: imx53.dtsi: pinctl update
 2012-10-29 21:31 UTC  (5+ messages)
` [PATCH 2/2] ARM: mach-imx: CAN clock fix for i.MX53

[PATCH] Input: introduce managed input devices (add devres support)
 2012-10-29 21:32 UTC  (6+ messages)

[PATCH] watchdog: Support imx watchdog on SOC_IMX53
 2012-10-29 21:12 UTC  (2+ messages)

kmemleak report on isp1763 and sierra MC8705
 2012-10-29 21:11 UTC  (4+ messages)

[PATCH] Add device tree file for the armadeus apf27
 2012-10-29 21:10 UTC  (2+ messages)

[PATCH v3 0/9] bugfix for memory hotplug
 2012-10-29 21:10 UTC  (4+ messages)
` [PATCH v3 4/9] clear the memory to store struct page

[RFC PATCH 0/9] printk: Make it usable on nohz CPUs v3
 2012-10-29 21:04 UTC  (13+ messages)
` [RFC PATCH 1/9] irq_work: Fix racy check on work pending flag
` [RFC PATCH 3/9] irq_work: Move irq_work_raise() declaration/default definition to arch headers
` [RFC PATCH 4/9] irq_work: Let the arch tell us about self-IPI support
` [RFC PATCH 9/9] printk: Wake up klogd using irq_work

[PATCH 1/2] rtc-imxdi: Support for i.MX53
 2012-10-29 21:03 UTC  (6+ messages)
` [PATCH 2/2] rtc-imxdi: Add devicetree support
` [PATCH] ARM: mach-imx: Support for DryIce RTC in i.MX53

[PATCH 1/2] kfifo: round up the fifo size power of 2
 2012-10-29 20:59 UTC  (2+ messages)

Build regressions/improvements in v3.7-rc3
 2012-10-29 20:52 UTC  (2+ messages)

[PATCH 1/9] random32: introduce random32_get_bytes() and prandom32_get_bytes()
 2012-10-29 20:52 UTC  (4+ messages)
` [PATCH 2/9] uuid: use random32_get_bytes()

ipc, msgqueue: NULL ptr deref in msgrcv
 2012-10-29 20:51 UTC  (3+ messages)

[PATCH 00/26] pstore, mmc: add mmc as backend for pstore
 2012-10-29 20:50 UTC  (3+ messages)

[PATCH 00/32] [RFC] nohz/cpuset: Start discussions on nohz CPUs
 2012-10-29 20:27 UTC  (33+ messages)
` [PATCH 01/32] nohz: Move nohz load balancer selection into idle logic
` [PATCH 02/32] cpuset: Set up interface for nohz flag
` [PATCH 03/32] nohz: Try not to give the timekeeping duty to an adaptive tickless cpu
` [PATCH 04/32] x86: New cpuset nohz irq vector
` [PATCH 05/32] nohz: Adaptive tick stop and restart on nohz cpuset
` [PATCH 06/32] nohz/cpuset: Dont turn off the tick if rcu needs it
` [PATCH 07/32] nohz/cpuset: Wake up adaptive nohz CPU when a timer gets enqueued
` [PATCH 08/32] nohz/cpuset: Dont stop the tick if posix cpu timers are running
` [PATCH 09/32] nohz/cpuset: Restart tick when nohz flag is cleared on cpuset
` [PATCH 10/32] nohz/cpuset: Restart the tick if printk needs it
` [PATCH 11/32] rcu: Restart the tick on non-responding adaptive nohz CPUs
` [PATCH 12/32] rcu: Restart tick if we enqueue a callback in a nohz/cpuset CPU
` [PATCH 13/32] nohz: Generalize tickless cpu time accounting
` [PATCH 14/32] nohz/cpuset: Account user and system times in adaptive nohz mode
` [PATCH 15/32] nohz/cpuset: New API to flush cputimes on nohz cpusets
` [PATCH 16/32] nohz/cpuset: Flush cputime on threads in nohz cpusets when waiting leader
` [PATCH 17/32] nohz/cpuset: Flush cputimes on procfs stat file read
` [PATCH 18/32] nohz/cpuset: Flush cputimes for getrusage() and times() syscalls
` [PATCH 19/32] x86: Syscall hooks for nohz cpusets
` [PATCH 20/32] nohz/cpuset: enable addition&removal of cpus while in adaptive nohz mode
` [PATCH 21/32] nohz: Dont restart the tick before scheduling to idle
` [PATCH 22/32] sched: Comment on rq->clock correctness in ttwu_do_wakeup() in nohz
` [PATCH 23/32] sched: Update rq clock on nohz CPU before migrating tasks
` [PATCH 24/32] sched: Update rq clock on nohz CPU before setting fair group shares
` [PATCH 25/32] sched: Update rq clock on tickless CPUs before calling check_preempt_curr()
` [PATCH 26/32] sched: Update rq clock earlier in unthrottle_cfs_rq
` [PATCH 27/32] sched: Update clock of nohz busiest rq before balancing
` [PATCH 28/32] sched: Update rq clock before idle balancing
` [PATCH 29/32] sched: Update nohz rq clock before searching busiest group on load balancing
` [PATCH 30/32] rcu: Switch to extended quiescent state in userspace from nohz cpuset
` [PATCH 31/32] nohz/cpuset: Disable under some configs
` [PATCH 32/32] nohz, not for merge: Add tickless tracing

cryptsetup not working under 3.6 - regression from 3.4?
 2012-10-29 20:48 UTC  (11+ messages)
` [dm-crypt] "
                  ` [dm-crypt] cryptsetup not working under 3.6 - RT patch set seem to break it

linux-next: build failure after merge of the sound-asoc tree
 2012-10-29 20:46 UTC  (3+ messages)

[PATCHv5] Input: keypad: Add smsc ece1099 keypad driver
 2012-10-29 20:45 UTC  (5+ messages)

[PATCH v3] epoll: Support for disabling items, and a self-test app
 2012-10-29 20:42 UTC  (2+ messages)

[PATCH v3 7/7] Add a format check for an existing variable name at erasing time
 2012-10-29 20:40 UTC  (3+ messages)

[PATCH v3 6/7] efi_pstore: Add a format check for an existing variable name at reading time
 2012-10-29 20:39 UTC  (3+ messages)

[PATCH] x86/ioapic: Fix the vector_irq[] is corrupted randomly
 2012-10-29 20:24 UTC  (2+ messages)

[ 00/34] 3.0.50-stable review
 2012-10-29 20:08 UTC  (35+ messages)
` [ 01/34] gen_init_cpio: avoid stack overflow when expanding
` [ 02/34] fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check
` [ 03/34] drivers/rtc/rtc-imxdi.c: add missing spin lock initialization
` [ 04/34] genalloc: stop crashing the system when destroying a pool
` [ 05/34] ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_count
` [ 06/34] SUNRPC: Get rid of the xs_error_report socket callback
` [ 07/34] SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT
` [ 08/34] Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."
` [ 09/34] SUNRPC: Prevent races in xs_abort_connection()
` [ 10/34] sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()
` [ 11/34] ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions
` [ 12/34] ehci: Add yet-another Lucid nohandoff pci quirk
` [ 13/34] usb-storage: add unusual_devs entry for Casio EX-N1 digital camera
` [ 14/34] usb hub: send clear_tt_buffer_complete events when canceling TT clear work
` [ 15/34] USB: whiteheat: fix memory leak in error path
` [ 16/34] USB: opticon: fix DMA from stack
` [ 17/34] USB: opticon: fix memory leak in error path
` [ 18/34] USB: serial: Fix memory leak in sierra_release()
` [ 19/34] USB: sierra: fix memory leak in attach error path
` [ 20/34] USB: sierra: fix memory leak in probe "
` [ 21/34] USB: mos7840: fix urb leak at release
` [ 22/34] USB: mos7840: fix port-device leak in error path
` [ 23/34] USB: mos7840: remove NULL-urb submission
` [ 24/34] USB: mos7840: remove invalid disconnect handling
` [ 25/34] xhci: Fix potential NULL ptr deref in command cancellation
` [ 26/34] vhost: fix mergeable bufs on BE hosts
` [ 27/34] ARM: at91/i2c: change id to let i2c-gpio work
` [ 28/34] mac80211: check if key has TKIP type before updating IV
` [ 29/34] bcma: fix unregistration of cores
` [ 30/34] cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible code
` [ 31/34] x86, mm: Find_early_table_space based on ranges that are actually being mapped
` [ 32/34] x86, mm: Undo incorrect revert in arch/x86/mm/init.c
` [ 33/34] staging: comedi: amplc_pc236: fix invalid register access during detach
` [ 34/34] drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13

[PATCH v2] epoll: Support for disabling items, and a self-test app
 2012-10-26 21:52 UTC  (6+ messages)

[linux-next PATCH 0/7] PM / devfreq: allow governors to be modules and switch dynamically
 2012-10-29 20:01 UTC  (8+ messages)
` [linux-next PATCH 1/7] PM / devfreq: export update_devfreq
` [linux-next PATCH 2/7] PM / devfreq: provide hooks for governors to be registered
` [linux-next PATCH 3/7] PM / devfreq: register governors with devfreq framework
` [linux-next PATCH 4/7] PM / devfreq: map devfreq drivers to governor using name
` [linux-next PATCH 5/7] PM / devfreq: governors: add GPL module license and allow module build
` [linux-next PATCH 6/7] PM / devfreq: allow sysfs governor node to switch governor
` [linux-next PATCH 7/7] PM / devfreq: Add sysfs node to expose available governors

Hang in XFS reclaim on 3.7.0-rc3
 2012-10-29 20:03 UTC 

[PATCH] net: dsa/slave: Fix compilation warnings
 2012-10-29 19:59 UTC  (2+ messages)

[PATCHv2] Input: omap4-keypad: Add pinctrl support
 2012-10-29 19:49 UTC  (9+ messages)

x86: Regression in 3.6.4, bisected to "Exclude E820_RESERVED regions..."
 2012-10-29 19:53 UTC  (6+ messages)

[PATCH] ARM: Dove: update defconfig
 2012-10-29 19:45 UTC 

[PATCH 0/3] HWPOISON: improve error_remove_page()
 2012-10-29 19:07 UTC  (14+ messages)
` [PATCH 2/3] ext4: introduce ext4_error_remove_page

[PATCH v2 00/11] Win 8 support for digitizers
 2012-10-29 19:25 UTC  (7+ messages)
` [PATCH v2 01/11] HID: hid-input: export hidinput_calc_abs_res
` [PATCH v2 02/11] HID: core: fix unit exponent parsing
` [PATCH v2 03/11] HID: hid-input: add usage_index argument in input_mapping and event

[PATCH v7 01/16] hashtable: introduce a small and naive hashtable
 2012-10-29 19:17 UTC  (22+ messages)
` [PATCH v7 06/16] tracepoint: use new hashtable implementation
` [PATCH v7 15/16] openvswitch: "

[PATCH V2] spi: tegra: add spi driver for SLINK controller
 2012-10-29 19:14 UTC  (2+ messages)

[GIT PULL] block driver bits for 3.7
 2012-10-29 19:13 UTC  (3+ messages)

[RFC/PATCHSET 00/15] perf report: Add support to accumulate hist periods
 2012-10-29 19:08 UTC  (2+ messages)

[PATCH v3 0/7] Improve swiotlb performance by using physical addresses
 2012-10-29 19:05 UTC  (3+ messages)

[PATCH 1/2] zram: factor-out zram_decompress_page() function
 2012-10-29 19:00 UTC  (6+ messages)
  ` [PATCH 1/2] zram: factor-out zram_decompress_page() function (v2)
      ` [PATCH 1/2] zram: factor-out zram_decompress_page() function (v3)

FW: Green coffee beans from the Red Sea = flat tummy!
 2012-10-29 18:57 UTC 

[PATCH] ARM: zynq: move ttc timer code to drivers/clocksource
 2012-10-29 18:56 UTC 

[PATCH] spi: tegra: add spi driver for SLINK controller
 2012-10-29 18:55 UTC  (6+ messages)

IPMI: Some minor fixes
 2012-10-29 18:55 UTC  (9+ messages)
` [PATCH 4/5] IPMI: Fix some uninitialized warning
        ` [PATCH] Remove uninitialized_var()
            ` [PATCH v2] "

[PATCH] xhci: fix null-pointer dereference when destroying half-built segment rings
 2012-10-29 18:54 UTC  (3+ messages)

Business Partnership
 2012-10-29 18:42 UTC 

[REGRESSION] 3.7-rc2 [ INFO: suspicious RCU usage. ]
 2012-10-29 18:40 UTC  (2+ messages)

[PATCH 2/2] zram: handle mem suffixes in disk size zram_sysfs parameter
 2012-10-29 18:33 UTC  (4+ messages)
  ` [PATCH 2/2] zram: handle mem suffixes in disk size zram_sysfs parameter (v2)

[RFC PATCH] dt: describe base reset signal binding
 2012-10-29 18:32 UTC  (2+ messages)

[PATCH V2 0/4] ARM: tegra: Enable SLINK controller driver
 2012-10-29 18:23 UTC  (5+ messages)
` [PATCH V2 1/4] ARM: tegra: dts: add slink controller dt entry
` [PATCH V2 2/4] ARM: tegra: Add OF_DEV_AUXDATA for SLINK driver in board dt

[PATCH v2] ARM: zynq: Allow UART1 to be used as DEBUG_LL console
 2012-10-29 18:19 UTC 

[PATCH] vmxnet3: must split too big fragments
 2012-10-29 18:19 UTC  (3+ messages)

[PATCH] n_gsm: prevent crash due to dereferencing NULL gsm->tty
 2012-10-29 18:16 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).