linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-08 18:01:15 to 2013-03-09 01:08:16 UTC [more...]

extra free kbytes tunable
 2013-03-09  1:08 UTC  (15+ messages)
    ` [PATCH] add "

[PATCHv2 0/10] Remove ARM local timer API
 2013-03-09  1:06 UTC  (16+ messages)
` [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from "
` [PATCH 04/10] ARM: OMAP2+: Divorce "
` [PATCH 10/10] ARM: smp: Remove "

[PATCH net-next] drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
 2013-03-09  1:03 UTC 

[ANNOUNCE] 3.9-rc1-nohz1
 2013-03-09  0:50 UTC 

[PATCH] epoll: trim epitem by one cache line on x86_64
 2013-03-09  0:41 UTC  (5+ messages)
      ` [PATCH] epoll: comment + BUILD_BUG_ON to prevent epitem bloat

[GIT PULL] Btrfs updates
 2013-03-09  0:38 UTC 

BUG_ON(nd->inode != parent->d_inode);
 2013-03-09  0:36 UTC  (23+ messages)

BUG_ON(nd->inode->i_op->follow_link);
 2013-03-09  0:32 UTC  (11+ messages)
` ipc/testmsg GPF
      ` pipe_release oops

[PATCH 00/12] rwsem fast-path write lock stealing
 2013-03-09  0:32 UTC  (3+ messages)
` [PATCH 11/12] rwsem: wake all readers when first waiter is a reader

Suggestion for fixing the variable length array used in the kernel
 2013-03-09  0:29 UTC  (2+ messages)

[PATCH] ARM: OMAP: drop "select MACH_NOKIA_RM696"
 2013-03-09  0:01 UTC  (8+ messages)

Basic perf PMU support for Haswell v9
 2013-03-08 23:49 UTC  (6+ messages)
` [PATCH 1/5] perf, x86: Add Haswell PEBS record support v4
` [PATCH 2/5] perf, x86: Basic Haswell PMU support v6
` [PATCH 3/5] perf, x86: Basic Haswell PEBS support v4
` [PATCH 4/5] perf, x86: Move NMI clearing to end of PMI handler after the counter registers are reset
` [PATCH 5/5] perf, x86: Support Haswell v4 LBR format

[Announce] open ath9k_htc firmware
 2013-03-08 23:46 UTC 

8250.nr_uarts broken in 3.7
 2013-03-08 23:44 UTC  (16+ messages)

[PATCH v3] fat: editions to support fat_fallocate
 2013-03-08 23:37 UTC  (2+ messages)

[patch] [SCSI] scsi_transport_sas: check for allocation failure
 2013-03-08 23:25 UTC  (5+ messages)

[PATCH] perf: Enable function tracing for perf core
 2013-03-08 23:24 UTC 

[PATCH] perf, x86: Allow setting period 1
 2013-03-08 23:24 UTC 

[PATCH] perf, x86: Add Sandy Bridge constraints for CYCLE_ACTIVITY.*
 2013-03-08 23:22 UTC 

kswapd craziness round 2
 2013-03-08 23:21 UTC  (9+ messages)

[PATCH 1/1] kernel/pid.c: Improve flow of a loop inside alloc_pidmap
 2013-03-08 23:07 UTC 

[PATCH] workqueue: fix possible bug which may silence the pool
 2013-03-08 23:15 UTC  (2+ messages)
` [PATCH wq/for-3.9-fixes] workqueue: fix possible pool stall bug in wq_unbind_fn()

[PATCH V7 -next 00/33] loop: Issue O_DIRECT aio using bio_vec
 2013-03-08 22:52 UTC  (32+ messages)
` [PATCH V7 -next 01/33] iov_iter: move into its own file
` [PATCH V7 -next 02/33] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH V7 -next 03/33] iov_iter: add copy_to_user support
` [PATCH V7 -next 04/33] iov_iter: add __iovec_copy_to_user()
` [PATCH V7 -next 05/33] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH V7 -next 06/33] iov_iter: hide iovec details behind ops function pointers
` [PATCH V7 -next 07/33] iov_iter: ii_iovec_copy_to_user should pre-fault user pages
` [PATCH V7 -next 08/33] iov_iter: add bvec support
` [PATCH V7 -next 09/33] iov_iter: add a shorten call
` [PATCH V7 -next 10/33] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH V7 -next 12/33] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH V7 -next 13/33] fs: pull iov_iter use higher up the stack
` [PATCH V7 -next 14/33] aio: add aio_kernel_() interface
` [PATCH V7 -next 15/33] aio: add aio support for iov_iter arguments
` [PATCH V7 -next 16/33] bio: add bvec_length(), like iov_length()
` [PATCH V7 -next 17/33] loop: use aio to perform io on the underlying file
` [PATCH V7 -next 18/33] fs: create file_readable() and file_writable() functions
` [PATCH V7 -next 19/33] fs: use read_iter and write_iter rather than aio_read and aio_write
` [PATCH V7 -next 21/33] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
` [PATCH V7 -next 22/33] ext4: add support for read_iter and write_iter
` [PATCH V7 -next 23/33] nfs: add support for read_iter, write_iter
` [PATCH V7 -next 24/33] nfs: simplify swap
` [PATCH V7 -next 25/33] btrfs: add support for read_iter and write_iter
` [PATCH V7 -next 26/33] block_dev: add support for read_iter, write_iter
` [PATCH V7 -next 27/33] xfs: add support for read_iter and write_iter
` [PATCH V7 -next 28/33] gfs2: Convert aio_read/write ops to read/write_iter
` [PATCH V7 -next 29/33] udf: convert file ops from aio_read/write "
` [PATCH V7 -next 30/33] afs: add support for read_iter and write_iter
` [PATCH V7 -next 31/33] ecrpytfs: Convert aio_read/write ops to read/write_iter
` [PATCH V7 -next 32/33] ubifs: convert file ops from aio_read/write "
` [PATCH V7 -next 33/33] tmpfs: add support for read_iter and write_iter

[PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
 2013-03-08 22:59 UTC  (5+ messages)

3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner
 2013-03-08 22:57 UTC  (25+ messages)

[PATCH 1/1 v6] pwm_bl: Add mandatory backlight enable regulator
 2013-03-08 22:45 UTC 

[PATCH v2] init: Scream bloody murder if interrupts are enabled too early
 2013-03-08 22:35 UTC  (3+ messages)

[GIT PULL] arch/tile bug fixes for v3.9
 2013-03-08 22:33 UTC 

3.9.0-rc1+: irq 16: nobody cared
 2013-03-08 22:31 UTC  (2+ messages)

[stable revert request] ... of doubled commit
 2013-03-08 22:29 UTC  (2+ messages)

irq_work: WARNING: at kernel/irq_work.c:98 irq_work_needs_cpu+0x8a/0xb0()
 2013-03-08 22:20 UTC  (6+ messages)

[PATCH 1/2] mm: walk_memory_range: Fix typo in comment
 2013-03-08 21:55 UTC  (4+ messages)
` [PATCH 2/2] mm: remove_memory: Fix end_pfn setting

[PATCH] perf, tools: Support callchain sorting based on addresses
 2013-03-08 21:55 UTC 

[PATCH 0/6] Drivers: hv
 2013-03-08 22:16 UTC  (7+ messages)
` [PATCH 1/6] Drivers: hv: balloon: Do not request completion notification
  ` [PATCH 2/6] Drivers: hv: balloon: Execute balloon inflation in a separate context
  ` [PATCH 3/6] Drivers: hv: balloon: Execute hot-add code "
  ` [PATCH 4/6] Drivers: hv: balloon: Make the balloon driver not unloadable
  ` [PATCH 5/6] Drivers: hv: balloon: Implement hot-add functionality
  ` [PATCH 6/6] Drivers: hv: vmbus: Handle channel rescind message correctly

[PATCH v2] early_printk: consolidate random copies of identical code
 2013-03-08 21:46 UTC  (3+ messages)
` [PATCH v3] "

[3.9-rc1] very poor interrupt responses
 2013-03-08 21:33 UTC  (2+ messages)
` [3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)

[PATCH] ARM: dove: Fix typo "COMMON_CLK_DOVE"
 2013-03-08 21:26 UTC  (4+ messages)
  ` [PATCH v2] ARM: dove: drop "select COMMON_CLK_DOVE"

[PATCH 00/14] x86, ACPI, numa: Parse numa info early
 2013-03-08 21:25 UTC  (5+ messages)
` [PATCH 04/14] x86, ACPI: make acpi override finding work with 32bit flat mode

[PATCH -mm 0/3] coredump: signal_pending() checks and cleanups
 2013-03-08 21:20 UTC  (8+ messages)
` [PATCH 1/3] coredump: introduce dump_interrupted()
` [PATCH 2/3] coredump: factor out the setting of PF_DUMPCORE
` [PATCH 3/3] coredump: change wait_for_dump_helpers() to use wait_event_interruptible()

[PATCH v3] video: Add Hyper-V Synthetic Video Frame Buffer Driver
 2013-03-08 21:45 UTC 

kernel BUG at fs/sysfs/group.c:65!
 2013-03-08 21:15 UTC  (3+ messages)

[PATCH] HID: holtek: Holtek devices depends on USB_HID
 2013-03-08 21:10 UTC  (4+ messages)

[PATCH] usb/core/devio.c: Don't use GFP_KERNEL while we cannot reset a storage device
 2013-03-08 20:59 UTC  (2+ messages)

epoll: possible bug from wakeup_source activation
 2013-03-08 20:49 UTC  (4+ messages)

[PATCH] usb/core/devio.c: Don't use GFP_KERNEL while we cannot reset a storage device
 2013-03-08 20:46 UTC  (2+ messages)

[PATCHv5,RESEND 0/8] Support for Tegra 2D hardware
 2013-03-08 20:43 UTC  (6+ messages)
` [PATCHv5,RESEND 3/8] gpu: host1x: Add channel support

[PATCH] misc/vmw_vmci: Add dependency on CONFIG_NET
 2013-03-08 20:36 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference at 0000000000000010, IP: [<ffffffff819865fb>] snd_info_get_line+0x3b/0xf0
 2013-03-08 20:21 UTC 

[Linux 3.8/3.9-rc1][alsa][hda] Problem with automute on HDA CX20561 (Hermosa) - Persistent even after power off
 2013-03-08 20:13 UTC  (2+ messages)

[RFC PATCH 0/1] usb: f_rndis: Avoid to use ERROR macro if cdev can be null
 2013-03-08 20:16 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v2 00/26] x86, irq: support ioapic device hotplug
 2013-03-08 20:13 UTC  (21+ messages)
` [PATCH v2 02/26] x86, irq: Modify irq chip once for irq remapping
` [PATCH v2 05/26] x86, irq: Show pci device name for msi in /proc/interrupt
` [PATCH v2 09/26] x86, irq: kill create_irq()
` [PATCH v2 10/26] x86, irq: Convert irq_2_pin list to generic list
` [PATCH v2 12/26] x86, irq: Add realloc_irq_and_cfg_at()
` [PATCH v2 13/26] x86, irq: Move down arch_early_irq_init()
` [PATCH v2 15/26] xen, irq: call irq_realloc_desc_at() at first

[GIT] CIFS Fixes
 2013-03-08 20:14 UTC 

mmap vs fs cache
 2013-03-08 20:04 UTC  (10+ messages)

IPC Namespace Depends and SYSVIPC
 2013-03-08 20:03 UTC 

[PATCH] init: Scream bloody murder if interrupts are enabled too early
 2013-03-08 19:49 UTC  (2+ messages)

[PATCH] genirq: Sanitize spurious interrupt detection of threaded irqs
 2013-03-08 19:41 UTC  (5+ messages)

3.9-rc1: crash kernel panic - not syncing: Can not allocate SWIOTLB buffer earlier and can't now provide you with the DMA bounce buffer
 2013-03-08 19:39 UTC  (11+ messages)

[PATCH] x86,mm: fix init_mem_mapping() when the first memory chunk is small
 2013-03-08 19:37 UTC  (3+ messages)

[PATCH] ipack: add missing put_device() after device_register() failed
 2013-03-08 19:36 UTC  (6+ messages)
` [PATCH 1/3] ipack: avoid double free on device->id

[PATCH] ACPI: Remove acpi_pci_bind_root() definition
 2013-03-08 19:17 UTC 

[PATCH 01/16] TTY: jsm, remove superfluous check
 2013-03-08 19:02 UTC  (4+ messages)
` [PATCH 05/16] TTY: add tty_port_tty_wakeup helper

snd_seq_timer_open() NULL pointer dereference
 2013-03-08 18:59 UTC  (3+ messages)

[PATCH 0/5] ARM: DT: tegra114: Add DT entry for different controller
 2013-03-08 18:46 UTC  (14+ messages)
` [PATCH 1/5] ARM: DT: tegra114: add APB DMA controller DT entry
` [PATCH 3/5] ARM: DT: tegra114:add aliases and DMA requestor for serial controller
` [PATCH 4/5] ARM: DT: tegra114: add KBC controller DT entry

[PATCH 1/1] xen-blkback: Change statistics counter types to unsigned
 2013-03-08 18:43 UTC  (2+ messages)

Question about checking a pointer for validity
 2013-03-08 18:11 UTC 

RFC: Zynq Clock Controller
 2013-03-08 18:08 UTC  (10+ messages)

[for-next][PATCH 0/2] tracing: Snapshot command line and branch tracer fix
 2013-03-08 17:59 UTC  (3+ messages)
` [for-next][PATCH 1/2] tracing: Add alloc_snapshot kernel command line parameter
` [for-next][PATCH 2/2] tracing: Fix the branch tracer that broke with buffer change

[PATCH] ARM: DT: tegra20/tegra30: Correct clock id for UARTB
 2013-03-08 18:00 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).