public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-01 20:11:34 to 2013-03-02 03:55:32 UTC [more...]

linux-next: build failure after merge of the ftrace tree
 2013-03-02  3:55 UTC  (4+ messages)

[PATCH 1/4] tracing/syscalls: Anotate some functions static
 2013-03-02  3:48 UTC  (6+ messages)
` [PATCH 2/4] tracing: Add a helper function for event print functions
` [PATCH 3/4] tracing: Annotate event field-defining functions with __init

[PATCH v7 7/7] Documentation: update nfs option in filesystem/vfat.txt
 2013-03-02  3:45 UTC 

[PATCH v7 6/7] fat (exportfs): rebuild directory-inode if fat_dget()
 2013-03-02  3:45 UTC 

[PATCH v7 5/7] fat (exportfs): rebuild inode if ilookup() fails
 2013-03-02  3:44 UTC 

[PATCH v7 4/7] fat: restructure export_operations
 2013-03-02  3:44 UTC 

[PATCH v7 3/7] fat: introduce a helper fat_get_blknr_offset()
 2013-03-02  3:44 UTC 

[PATCH v7 2/7] fat: move fat_i_pos_read to fat.h
 2013-03-02  3:44 UTC 

[PATCH v7 1/7] fat: introduce 2 new values for the -o nfs mount option
 2013-03-02  3:44 UTC 

[PATCH v7 0/7] fat (exportfs): support stale_rw and nostale_ro mount option
 2013-03-02  3:43 UTC 

linux-next: build failure after merge of the nfsd tree
 2013-03-02  3:42 UTC  (3+ messages)

mmotm 2013-03-01-15-50 uploaded
 2013-03-02  3:42 UTC  (4+ messages)
` mmotm 2013-03-01-15-50 uploaded (strict user copy)
` mmotm 2013-03-01-15-50 uploaded (early_printk)

[PATCH 5/5] f2fs: avoid extra ++ while returning from get_node_path
 2013-03-02  3:41 UTC 

[PATCH 4/5] f2fs: align f2fs maximum name length to linux based filesystem
 2013-03-02  3:41 UTC 

[PATCH 3/5] f2fs: move f2fs_balance_fs to correct place in unlink
 2013-03-02  3:41 UTC 

[PATCH 2/5] f2fs: optimize and change return path in lookup_free_nid_list
 2013-03-02  3:40 UTC 

[PATCH 1/5] f2fs: change victim segmap test condition in get_victim_by_default
 2013-03-02  3:40 UTC 

[PATCH] mfd: palmas: provide irq flags through DT/platform data
 2013-03-02  3:35 UTC  (6+ messages)

[PATCH -V1 15/24] mm/THP: HPAGE_SHIFT is not a #define on some arch
 2013-03-02  3:35 UTC 

[PATCHSET wq/for-3.10-tmp] workqueue: implement workqueue with custom worker attributes
 2013-03-02  3:24 UTC  (32+ messages)
` [PATCH 01/31] workqueue: make sanity checks less punshing using WARN_ON[_ONCE]()s
` [PATCH 02/31] workqueue: make workqueue_lock irq-safe
` [PATCH 03/31] workqueue: introduce kmem_cache for pool_workqueues
` [PATCH 04/31] workqueue: add workqueue_struct->pwqs list
` [PATCH 05/31] workqueue: replace for_each_pwq_cpu() with for_each_pwq()
` [PATCH 06/31] workqueue: introduce for_each_pool()
` [PATCH 07/31] workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functions
` [PATCH 08/31] workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iterators
` [PATCH 09/31] workqueue: consistently use int for @cpu variables
` [PATCH 10/31] workqueue: remove workqueue_struct->pool_wq.single
` [PATCH 11/31] workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_pwq()
` [PATCH 12/31] workqueue: update synchronization rules on workqueue->pwqs
` [PATCH 13/31] workqueue: update synchronization rules on worker_pool_idr
` [PATCH 14/31] workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_mutex
` [PATCH 15/31] workqueue: separate out init_worker_pool() from init_workqueues()
` [PATCH 16/31] workqueue: introduce workqueue_attrs
` [PATCH 17/31] workqueue: implement attribute-based unbound worker_pool management
` [PATCH 18/31] workqueue: remove unbound_std_worker_pools[] and related helpers
` [PATCH 19/31] workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()
` [PATCH 20/31] workqueue: add pool ID to the names of unbound kworkers
` [PATCH 21/31] workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead
` [PATCH 22/31] workqueue: restructure __alloc_workqueue_key()
` [PATCH 23/31] workqueue: implement get/put_pwq()
` [PATCH 24/31] workqueue: prepare flush_workqueue() for dynamic creation and destrucion of unbound pool_workqueues
` [PATCH 25/31] workqueue: perform non-reentrancy test when queueing to unbound workqueues too
` [PATCH 26/31] workqueue: implement apply_workqueue_attrs()
` [PATCH 27/31] workqueue: make it clear that WQ_DRAINING is an internal flag
` [PATCH 28/31] workqueue: reject increasing max_active for ordered workqueues
` [PATCH 29/31] cpumask: implement cpumask_parse()
` [PATCH 30/31] driver/base: implement subsys_virtual_register()
` [PATCH 31/31] workqueue: implement sysfs interface for workqueues

extra free kbytes tunable
 2013-03-02  3:08 UTC  (14+ messages)
    ` [PATCH] add "

[for-next][PATCH 0/7] tracing: fixups, memory savings, and block on splice
 2013-03-02  3:06 UTC  (9+ messages)
` [for-next][PATCH 1/7] tracing: Get trace_events kernel command line working again
` [for-next][PATCH 2/7] tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c
` [for-next][PATCH 3/7] tracing: Use direct field, type and system names
` [for-next][PATCH 4/7] tracing: Do not block on splice if either file or splice NONBLOCK flag is set
` [for-next][PATCH 5/7] tracing: Fix polling on trace_pipe_raw
` [for-next][PATCH 6/7] tracing: Fix read blocking "
` [for-next][PATCH 7/7] tracing/ring-buffer: Move poll wake ups into ring buffer code

[PATCH 0/7] ksm: responses to NUMA review
 2013-03-02  2:57 UTC  (8+ messages)
` [PATCH 2/7] ksm: treat unstable nid like in stable tree

[PATCH v3 0/5] common clk framework reentrancy & dvfs, take 3
 2013-03-02  2:58 UTC  (6+ messages)
` [PATCH 2/5] clk: notifier handler for dynamic voltage scaling

[PATCH] irq: add quirk for broken interrupt remapping on 55XX chipsets
 2013-03-02  2:28 UTC  (3+ messages)

[PATCH 0/2] PM / QoS: Fix device PM QoS problems
 2013-03-02  2:11 UTC  (3+ messages)
` [PATCH 1/2] PM / QoS: Fix concurrency issues and memory leaks in device PM QoS
` [PATCH 2/2] PM / QoS: Remove device PM QoS sysfs attributes at the right place

[PATCH] arm: dts: Add uart1 and uart2 to igep boards
 2013-03-02  1:52 UTC  (6+ messages)

[RFC PATCH 0/2] ipc: do not hold ipc lock more than necessary
 2013-03-02  1:35 UTC  (3+ messages)

user ns: arbitrary module loading
 2013-03-02  1:22 UTC 

[PATCH 0/2] Add platform data and touchpad functionality for Pixel
 2013-03-02  1:20 UTC  (3+ messages)
` [PATCH 1/2] Input: atmel_mxt_ts - add device id for touchpad variant
` [PATCH 2/2] Platform: x86: chromeos_laptop : Add basic platform data for atmel devices

[PATCH 2/2] ipc: semaphores: do not hold ipc lock more than necessary
 2013-03-02  1:20 UTC  (2+ messages)

[GIT PULL] (xen) stable/for-linus-3.9-rc1-tag
 2013-03-02  1:16 UTC 

[RFC PATCH 1/2] ipc: introduce obtaining a lockless ipc object
 2013-03-02  1:14 UTC  (2+ messages)

[pata] [critical]: ide_sr_mod and id_scsi: unable to read/write dvd since 2.6.24 to 3.4.11!
 2013-03-02  0:58 UTC 

[URGENT] trace-cmd: Fix for all stable versions for up coming fix in Linux v3.10
 2013-03-02  0:32 UTC 

[RFC PATCH v2 1/2] mm: tuning hardcoded reserved memory
 2013-03-02  0:29 UTC  (6+ messages)

[PATCH v12 rebased 0/8] pv event to notify host when the guest is panicked
 2013-03-02  0:07 UTC  (9+ messages)
` [PATCH v12 rebased] kvm: "
` [PATCH v12 rebased 2/8] start vm after resetting it

reproducible w1 oops on recent kernels (at least since 3.2.x)
 2013-03-02  0:11 UTC  (2+ messages)
`  "

lockdep trace from nfsd
 2013-03-02  0:08 UTC  (2+ messages)

[PATCH] arm: omap: RX-51: ARM errata 430973 workaround
 2013-03-01 23:51 UTC  (2+ messages)

[PATCH v2 00/11] staging: Support of TDM bus, TDM driver for Marvell Kirkwood and SLIC driver for Silabs Si3226x
 2013-03-01 23:54 UTC  (5+ messages)
` [PATCH v2 01/11] staging: Initial commit of TDM core
` [PATCH v2 02/11] staging: Initial commit of Kirkwood TDM driver

[GIT PATCH] char/misc patch for 3.9-rc1
 2013-03-01 23:48 UTC 

[GIT PATCH] USB patch revert for 3.9-rc1
 2013-03-01 23:48 UTC 

hang with e1000_
 2013-03-01 23:44 UTC 

[PATCH v3 002/002] mm: replace hardcoded 3% with admin_reserve_pages knob
 2013-03-01 23:43 UTC 

[PATCH v2 1/2] regulator: palmas fix SMPS no voltages
 2013-03-01 23:42 UTC  (4+ messages)
` [PATCH v2 2/2] mfd: palmas add variant and OTP detection

[PATCH] efivarfs: fix abnormal GUID in variable name by using strcpy to replace null with dash
 2013-03-01 23:41 UTC  (4+ messages)

[PATCH v3 001/002] mm: limit growth of 3% hardcoded other user reserve
 2013-03-01 23:32 UTC 

[PATCH 0/6 v8] iommu/fsl: Freescale PAMU driver and IOMMU API implementation
 2013-03-01 23:27 UTC  (3+ messages)
` [PATCH 6/6 "

[RFC PATCH] Fix Intel IOMMU support for Marvell 88SE91xx SATA controllers
 2013-03-01 23:18 UTC  (4+ messages)
  ` [PATCH] Quirk to support Marvell 88SE91xx SATA controllers with Intel IOMMU

[git pull] device-mapper updates for 3.9
 2013-03-01 23:02 UTC 

[RFC PATCH 0/5] net: low latency Ethernet device polling
 2013-03-01 22:57 UTC  (3+ messages)

sched: CPU #1's llc-sibling CPU #0 is not on the same node!
 2013-03-01 22:51 UTC  (2+ messages)
` [PATCH] x86, ACPI, mm: Revert movablemem_map support

[RFC][PATCH 00/30] staging: Android sync driver
 2013-03-01 22:47 UTC  (6+ messages)
` [PATCH 10/30] staging: sync: Export sync API symbols

[ANNOUNCE] Git v1.8.1.5
 2013-03-01 22:16 UTC 

WARNING: at lib/idr.c:678 idr_find_slowpath+0x97/0xc0()
 2013-03-01 22:10 UTC  (7+ messages)
    ` [PATCH] idr: remove WARN_ON_ONCE() on negative IDs

WARNING at tty_buffer.c:428 process_one_work()
 2013-03-01 22:10 UTC  (4+ messages)

[PATCH v3] printk: Avoid softlockups in console_unlock()
 2013-03-01 21:53 UTC  (5+ messages)

[OCFS2] Crash at o2net_shutdown_sc()
 2013-03-01 21:42 UTC  (2+ messages)
` [Ocfs2-users] "

[PATCH] drbd: add module_put() on error path in drbd_proc_open()
 2013-03-01 21:39 UTC 

IMA: How to manage user space signing policy with others
 2013-03-01 21:33 UTC  (10+ messages)

[patch] applicom: use correct array offset
 2013-03-01 21:31 UTC  (2+ messages)

[PATCH resubmit] ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driver
 2013-03-01 21:15 UTC  (2+ messages)

[GIT PULL REQUEST] watchdog - v3.9 merge window
 2013-03-01 21:14 UTC 

[ 00/77] 3.8.2-stable review
 2013-03-01 21:12 UTC  (50+ messages)
` [ 04/77] ALSA: emu10k1: Fix regression in emu1010 firmware loading
` [ 05/77] ALSA: emu10k1: Load firmware when it was already cached
` [ 06/77] IB/srp: Track connection state properly
` [ 08/77] IB/srp: Avoid endless SCSI error handling loop
` [ 09/77] IB/srp: Fail I/O requests if the transport is offline
` [ 10/77] quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
` [ 11/77] usb: dwc3: Enable usb2 LPM only when connected as usb2.0
` [ 12/77] usb: dwc3: gadget: fix missed isoc
` [ 13/77] usb: dwc3: gadget: fix isoc END TRANSFER Condition
` [ 14/77] usb: dwc3: gadget: fix skip LINK_TRB on ISOC
` [ 15/77] usb: dwc3: gadget: change HIRD threshold to 12
` [ 16/77] b43: Fix lockdep splat on module unload
` [ 17/77] UBIFS: fix use of freed ubifs_orphan objects
` [ 18/77] UBIFS: fix double free of "
` [ 19/77] iommu/amd: Initialize device table after dma_ops
` [ 24/77] doc, xen: Mention earlyprintk=xen in the documentation
` [ 25/77] doc, kernel-parameters: Document console=hvc<n>
` [ 26/77] x86: Make sure we can boot in the case the BDA contains pure garbage
` [ 27/77] target: Fix lookup of dynamic NodeACLs during cached demo-mode operation
` [ 28/77] target: Add missing mapped_lun bounds checking during make_mappedlun setup
` [ 30/77] ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctly
` [ 31/77] ocfs2: ac->ac_allow_chain_relink=0 wont disable group relink
` [ 32/77] block: fix ext_devt_idr handling
` [ 33/77] xen-blkback: do not leak mode property
` [ 34/77] xen/blkback: Dont trust the handle from the frontend
` [ 35/77] xen-blkfront: drop the use of llist_for_each_entry_safe
` [ 37/77] idr: fix a subtle bug in idr_get_next()
` [ 38/77] block: fix synchronization and limit check in blk_alloc_devt()
` [ 39/77] firewire: add minor number range check to fw_device_init()
` [ 43/77] ext4: fix possible use-after-free with AIO
` [ 44/77] media: cx18/ivtv: fix regression: remove __init from a non-init function
` [ 45/77] media: v4l: Reset subdev v4l2_dev field to NULL if registration fails
` [ 46/77] media: omap_vout: find_vma() needs ->mmap_sem held
` [ 47/77] media: rc: unlock on error in show_protocols()
` [ 48/77] ext4: return ENOMEM if sb_getblk() fails
` [ 49/77] ext4: check bh in ext4_read_block_bitmap()
` [ 50/77] ext4: release sysfs kobject when failing to enable quotas on mount
` [ 51/77] ext4: fix race in ext4_mb_add_n_trim()
` [ 54/77] nfsd: Fix memleak
` [ 55/77] svcrpc: make svc_age_temp_xprts enqueue under sv_lock
` [ 56/77] svcrpc: fix rpc server shutdown races
` [ 63/77] cgroup: fix exit() vs rmdir() race
` [ 64/77] bq27x00_battery: Fix bugs introduced with BQ27425 support
` [ 65/77] ab8500-chargalg: Only root should have write permission on sysfs file
` [ 66/77] ab8500_btemp: Demote initcall sequence
` [ 67/77] ACPI: Add DMI entry for Sony VGN-FW41E_H
` [ 68/77] staging: comedi: check s->async for poll(), read() and write()
` [ 69/77] ata_piix: IDE-mode SATA patch for Intel Avoton DeviceIDs

pull request: wireless 2013-03-01
 2013-03-01 20:57 UTC  (2+ messages)

[PATCH] ARM: Remove VFP debug spew
 2013-03-01 20:46 UTC 

[PATCH] x86, efi: Make efi_memblock_x86_reserve_range more readable
 2013-03-01 20:49 UTC  (2+ messages)

[PATCH v3 1/3] cgroup: fix cgroup_path() vs rename() race
 2013-03-01 20:45 UTC  (12+ messages)
` [PATCH 2/3] cgroup: add cgroup_name() API

[PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board
 2013-03-01 20:40 UTC  (2+ messages)

[PATCH] MAINTAINERS: Convert some P: entries to M:
 2013-03-01 20:37 UTC  (4+ messages)
` [PATCH V2] MAINTAINERS: Update SIMTEC file patterns, remove Vincent Sanders

[PATCH] Clean-up: Fix incorrect path to header file
 2013-03-01 20:36 UTC 

[PATCH] xfs: Fix possible truncation of log data in xlog_bread_noalign()
 2013-03-01 20:24 UTC  (8+ messages)


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