All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-18 22:48:57 to 2013-03-19 00:23:35 UTC [more...]

[RFC V2 0/2] Enable VHT for non chanctxes drivers
 2013-03-19  0:23 UTC  (2+ messages)
` [RFC V2 1/2] mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan

[PATCH 4/18 V2]: PVH xen: add params to read_segment_register
 2013-03-19  0:23 UTC  (3+ messages)

[PATCH v3 0/5] zcache: Support zero-filled pages more efficiently
 2013-03-19  0:23 UTC  (3+ messages)

[PATCH] target: close target_put_sess_cmd() vs. core_tmr_abort_task() race
 2013-03-19  0:04 UTC  (3+ messages)

[PATCH 6/18 V2]: PVH xen: Introduce PVH guest type
 2013-03-19  0:21 UTC  (3+ messages)

[PATCH] dm-cache: Add handle to contlr if cache_create failed
 2013-03-19  0:20 UTC  (4+ messages)

linux-next: manual merge of the l2-mtd tree with Linus' tree
 2013-03-19  0:19 UTC 

[PATCH 0/2] Some cleanup in driver core
 2013-03-19  0:18 UTC  (4+ messages)
` [PATCH 1/2] driver core: remove device_add_attrs() in drivers/base/bus.c

Device selection during inquiry
 2013-03-19  0:15 UTC  (2+ messages)

[PATCH] sysfs: use atomic_inc_unless_negative in sysfs_get_active
 2013-03-19  0:14 UTC  (2+ messages)

[RFC 0/2] mac80211: Enable VHT for non chanctxes drivers
 2013-03-19  0:12 UTC  (3+ messages)
` [RFC 1/2] mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan

[PATCH v4 00/32] ldisc patchset
 2013-03-19  0:12 UTC  (10+ messages)
` [PATCH v5 00/44] "
  ` [PATCH v5 26/44] tty: Add read-recursive, writer-prioritized rw semaphore
  ` [PATCH v5 28/44] tty: Remove ldsem recursion support

[PATCH 6/8] SERIAL: OMAP: Remove the slave idle handling from the driver
 2013-03-19  0:11 UTC  (6+ messages)

[RFC][PATCH 0/9] extend hugepage migration
 2013-03-19  0:07 UTC  (18+ messages)
` [PATCH 1/9] migrate: add migrate_entry_wait_huge()
` [PATCH 2/9] migrate: make core migration code aware of hugepage
` [PATCH 5/9] migrate: enable migrate_pages() to migrate hugepage
` [PATCH 9/9] remove /proc/sys/vm/hugepages_treat_as_movable

[PATCH net-next 1/2] bnx2x: add CSUM and TSO support for encapsulation protocols
 2013-03-19  0:07 UTC  (3+ messages)
` [PATCH net-next 2/2] bnx2x: add RSS capability for GRE traffic

[PATCH] usb: Make USB persist default configurable
 2013-03-19  0:06 UTC  (4+ messages)

[PATCH 1/18 V2]: PVH xen: turn gdb_frames/gdt_ents into union
 2013-03-19  0:04 UTC  (5+ messages)

fsys_getppid is broken on ia64
 2013-03-19  0:03 UTC 

[PATCH 00/22] virtqueue_add_sgs, virtqueue_add_outbuf, virtqueue_add_inbuf
 2013-03-19  0:00 UTC  (5+ messages)
` [PATCH 13/22] virtio_net: use virtqueue_add_sgs[] for command buffers

[PATCH 0/7] Consider G2D hardware restrictions
 2013-03-19  0:00 UTC  (3+ messages)

[RFC PATCH 0/8] Reduce system disruption due to kswapd
 2013-03-18 23:58 UTC  (7+ messages)
` [PATCH 01/10] mm: vmscan: Limit the number of pages kswapd reclaims at each priority
` [PATCH 03/10] mm: vmscan: Flatten kswapd priority loop

Extracting LTTng ring buffers from a vmcore?
 2013-03-18 23:58 UTC 

RAID 0 of Two RAID 5s Stays Up When Component RAID fails
 2013-03-18 23:57 UTC  (2+ messages)

[PATCH 1/3] mfd: remove __exit_p annotation for twl4030_madc_remove
 2013-03-18 23:54 UTC  (4+ messages)
` [PATCH] [media] ir: IR_RX51 only works on OMAP2

[U-Boot] [PATCH v2 0/45] Verified boot implementation based on FIT
 2013-03-18 23:52 UTC  (46+ messages)
` [U-Boot] [PATCH v2 01/45] sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT
` [U-Boot] [PATCH v2 02/45] bootstage: Don't build for HOSTCC
` [U-Boot] [PATCH v2 03/45] mkimage: Move ARRAY_SIZE to header file
` [U-Boot] [PATCH v2 04/45] libfdt: Add fdt_next_subnode() to permit easy subnode iteration
` [U-Boot] [PATCH v2 05/45] image: Move timestamp #ifdefs to header file
` [U-Boot] [PATCH v2 06/45] image: Export fit_check_ramdisk()
` [U-Boot] [PATCH v2 07/45] image: Split FIT code into new image-fit.c
` [U-Boot] [PATCH v2 08/45] image: Move HOSTCC image code to tools/
` [U-Boot] [PATCH v2 09/45] image: Split hash node processing into its own function
` [U-Boot] [PATCH v2 10/45] image: Convert fit_image_hash_set_value() to static, and rename
` [U-Boot] [PATCH v2 11/45] image: Rename fit_image_check_hashes() to fit_image_verify()
` [U-Boot] [PATCH v2 12/45] image: Move hash checking into its own function
` [U-Boot] [PATCH v2 13/45] image: Move error! string to common place
` [U-Boot] [PATCH v2 14/45] image: Export fit_conf_get_prop_node()
` [U-Boot] [PATCH v2 15/45] image: Rename fit_add_hashes() to fit_add_verification_data()
` [U-Boot] [PATCH v2 16/45] image: Rename hash printing to fit_image_print_verification_data()
` [U-Boot] [PATCH v2 17/45] sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file
` [U-Boot] [PATCH v2 18/45] fdt: Add a parameter to fdt_valid()
` [U-Boot] [PATCH v2 19/45] Add getenv_hex() to return an environment variable as hex
` [U-Boot] [PATCH v2 20/45] fdt: Allow fdt command to check and update control FDT
` [U-Boot] [PATCH v2 21/45] sandbox: fdt: Support fdt command for sandbox
` [U-Boot] [PATCH v2 22/45] env: Fix minor comment typos in cmd_nvedit
` [U-Boot] [PATCH v2 23/45] fdt: Skip checking FDT if the pointer is NULL
` [U-Boot] [PATCH v2 24/45] Revert "fdt- Tell the FDT library where the device tree is"
` [U-Boot] [PATCH v2 25/45] Add stdarg to vsprintf.h
` [U-Boot] [PATCH v2 26/45] Add minor updates to README.fdt-control
` [U-Boot] [PATCH v2 27/45] hash: Add a way to calculate a hash for any algortihm
` [U-Boot] [PATCH v2 28/45] sandbox: config: Enable FIT signatures with RSA
` [U-Boot] [PATCH v2 29/45] sandbox: Provide a way to map from host RAM to U-Boot RAM
` [U-Boot] [PATCH v2 30/45] sandbox: image: Add support for booting images in sandbox
` [U-Boot] [PATCH v2 31/45] image: Add signing infrastructure
` [U-Boot] [PATCH v2 32/45] image: Support signing of images
` [U-Boot] [PATCH v2 33/45] image: Add RSA support for image signing
` [U-Boot] [PATCH v2 34/45] mkimage: Put FIT loading in function and tidy error handling
` [U-Boot] [PATCH v2 35/45] mkimage: Add -k option to specify key directory
` [U-Boot] [PATCH v2 36/45] mkimage: Add -K to write public keys to an FDT blob
` [U-Boot] [PATCH v2 37/45] mkimage: Add -F option to modify an existing .fit file
` [U-Boot] [PATCH v2 38/45] mkimage: Add -c option to specify a comment for key signing
` [U-Boot] [PATCH v2 39/45] mkimage: Add -r option to specify keys that must be verified
` [U-Boot] [PATCH v2 40/45] libfdt: Add fdt_find_regions()
` [U-Boot] [PATCH v2 41/45] image: Add support for signing of FIT configurations
` [U-Boot] [PATCH v2 42/45] image: Remove remaining #ifdefs in image-fit.c
` [U-Boot] [PATCH v2 43/45] image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL
` [U-Boot] [PATCH v2 44/45] sandbox: Allow -c argument to provide a command list
` [U-Boot] [PATCH v2 45/45] Add verified boot information and test

[PATCH 1/3] [media] v4l2-mem2mem: use CAPTURE queue lock
 2013-03-18 23:49 UTC  (4+ messages)
` [PATCH 3/3] dma-buf: restore args on failure of dma_buf_mmap

Fw: [patch 02/03 v2] usb hid quirks for Masterkit MA901 usb radio
 2013-03-18 23:49 UTC  (5+ messages)

[PATCH 1/3] rbtree_test: use pr_info for module prefix in messages
 2013-03-18 23:47 UTC  (3+ messages)

[PATCH 2/3] powerpc/mpic: add global timer support
 2013-03-18 23:46 UTC  (2+ messages)

[PATCH] ARM: kirkwood: Add support for NETGEAR ReadyNAS Duo v2 using DT
 2013-03-18 23:44 UTC  (4+ messages)

[PATCH RFC] [media] add Aptina mt9m114 HD digital image sensor driver
 2013-03-18 23:42 UTC  (2+ messages)

[PATCH 00/19] u-boot: major rework and cleanup
 2013-03-18 23:32 UTC  (20+ messages)
` [PATCH 01/19] u-boot-git: remove a very old no longer used version
` [PATCH 02/19] u-boot 2011.06: remove an older "
` [PATCH 03/19] u-boot 2011.09-psp: "
` [PATCH 04/19] u-boot.inc: refactor local include file to base off core with TI customizations
` [PATCH 05/19] u-boot-ti-staging: add new recipe for TI unified staging tree
` [PATCH 06/19] u-boot-keystone: modify keystone specific version to use new namespace feature
` [PATCH 07/19] u-boot-am180x: modify am180x "
` [PATCH 08/19] u-boot-beagleboard: modify beagleboard "
` [PATCH 09/19] u-boot-am33x: modify am33x "
` [PATCH 10/19] u-boot 2011.12: modify multi-machine version for the new .inc file
` [PATCH 11/19] u-boot-am37x: modify am37x specific version to use new namespace feature
` [PATCH 12/19] u-boot-am33x: modify am33x "
` [PATCH 13/19] u-boot: modify mainline version to use the new .inc file
` [PATCH 14/19] ti33x: switch default u-boot preference to ti-staging tree
` [PATCH 15/19] keystone: switch default u-boot preference to machine-specific tree
` [PATCH 16/19] am180x: "
` [PATCH 17/19] am37x-evm: "
` [PATCH 18/19] am3517-evm: "
` [PATCH 19/19] beagleboard: "

security: restricting access to swap
 2013-03-18 23:43 UTC  (2+ messages)

[PATCH 1/2] regmap: core: Split out in place value parsing
 2013-03-18 23:41 UTC  (2+ messages)

Btrfs in multiple different disc -d sigle -m raid1 one drive failure
 2013-03-18 23:39 UTC  (4+ messages)

[PATCH net-next v2] packet: packet fanout rollover during socket overload
 2013-03-18 23:36 UTC  (5+ messages)

[PATCH][UPSTEAM] powerpc/mpic: add irq_set_wake support
 2013-03-18 23:36 UTC  (2+ messages)

[Qemu-devel] Is is a bug? (window scale)
 2013-03-18 23:36 UTC  (2+ messages)

[PATCH 1/2] dvb-frontend: split set_delivery_system()
 2013-03-18 23:35 UTC  (4+ messages)
` [PATCH 2/2] dvb_frontend: Simplify the emulation logic

[PATCH v3 0/6] move s3c24xx-irq to drivers/irqchip and add dt support
 2013-03-18 23:34 UTC  (5+ messages)
` [PATCH v3 6/6] irqchip: s3c24xx: add s3c2450 interrupt definitions

mount XFS partition fail after repair when uquota and gquota are used
 2013-03-18 23:33 UTC  (2+ messages)

[GIT PULL nf-next] IPVS
 2013-03-18 23:31 UTC  (2+ messages)

[ 00/21] 3.0.69-stable review
 2013-03-18 23:30 UTC  (6+ messages)
` [ 04/21] target/pscsi: Fix page increment

[PATCH v2] xfs: fix assertion failure in xfs_vm_write_failed()
 2013-03-18 23:30 UTC  (2+ messages)

USB3 3TB HDD boot
 2013-03-18 23:26 UTC  (20+ messages)

[Fwd: [PATCH v2 0/4] TTY: port hangup and close fixes]
 2013-03-18 23:28 UTC  (3+ messages)
` [PATCH v3 0/6] TTY: port hangup and close fixes

[PATCH] x86, kdump: Set crashkernel_low automatically
 2013-03-18 23:26 UTC  (4+ messages)
` [PATCH v3] "

[U-Boot] [PATCH v2 0/4] Tegra114: MMC: Add MMC driver for T114/Dalmore
 2013-03-18 23:25 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] Tegra114: fdt: Add SDMMC (sdhci) nodes for T114 boards (Dalmore for now)
` [U-Boot] [PATCH v2 2/4] Tegra114: Dalmore: Add SDIO3 pad config to pinctrl_config table
` [U-Boot] [PATCH v2 3/4] Tegra114: MMC: Add SD bus power-rail init routine
` [U-Boot] [PATCH v2 4/4] Tegra114: MMC: Enable DT MMC driver support for Tegra114 Dalmore boards

Denys Dmytriyenko : linux-ti33x-psp 3.1: remove an older outdated 3. 1 kernel recipe for ti33x
 2013-03-18 23:25 UTC 

Denys Dmytriyenko : linux-ti-staging: update to the latest merge of 3.8.3
 2013-03-18 23:25 UTC 

Denys Dmytriyenko : linux-ti33x-psp 3.1: remove an older outdated 3. 1 kernel recipe for ti33x
 2013-03-18 23:25 UTC 

Denys Dmytriyenko : ti33x: switch default preference to ti-staging tree
 2013-03-18 23:25 UTC 

Denys Dmytriyenko : linux-ti-staging: update to the latest merge of 3.8.3
 2013-03-18 23:25 UTC 

Denys Dmytriyenko : ti33x: switch default preference to ti-staging tree
 2013-03-18 23:25 UTC 

[Qemu-devel] [RFC PATCH RDMA support v4: 00/10] cleaner ramblocks and documentation
 2013-03-18 23:23 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH RDMA support v4: 03/10] more verbose documentation of the RDMA transport

Disk iops performance scalability
 2013-03-18 23:23 UTC 

[PATCH 3/3] rbtree_test: add more rbtree integrity checks
 2013-03-18 23:21 UTC 

[PATCH 2/3] rbtree_test: add __init/__exit annotations
 2013-03-18 23:20 UTC 

[REVIEWv2 PATCH 0/6] v4l2: constify _IOW ioctls
 2013-03-18 23:20 UTC  (5+ messages)
` [REVIEWv2 PATCH 1/6] v4l2: add const to argument of write-only s_frequency ioctl
` [REVIEWv2 PATCH 4/6] v4l2: add const to argument of write-only s_register ioctl

[PATCH] sgy-cts1000: Remove __dev* attributes
 2013-03-18 23:19 UTC  (2+ messages)

[PATCH] push: Alias pushurl from push rewrites
 2013-03-18 23:14 UTC  (5+ messages)
  ` [PATCH 1/3] push test: use test_config when appropriate
  ` [PATCH 2/3] push test: simplify check of push result
  ` [PATCH 3/3] push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi'

[PATCH] xfsprogs: reduce bb_numrecs in bno/cnt btrees when log consumes all agf space
 2013-03-18 23:16 UTC  (2+ messages)

[PATCH 01/16] TTY: jsm, remove superfluous check
 2013-03-18 23:16 UTC  (5+ messages)
` [PATCH 05/16] TTY: add tty_port_tty_wakeup helper

[PATCH 0/7] n_tty fixes
 2013-03-18 23:15 UTC  (3+ messages)
` [PATCH 4/7] n_tty: Encapsulate minimum_to_wake within N_TTY

possible dev branch regression - xfstest 285/1k
 2013-03-18 23:12 UTC  (9+ messages)

Impossible or Possible to Securely Erase File on Btrfs?
 2013-03-18 23:00 UTC  (6+ messages)

[PATCH] ARM: dts: add interrupt-names property to get interrupt resource by name
 2013-03-18 23:05 UTC  (8+ messages)

[PATCH 4/9] drm/i915: Don't touch South display when PCH_NOP
 2013-03-18 23:05 UTC  (4+ messages)
` [PATCH 04/10] [v2] drm/i915: Don't touch South Display "

[PATCH] bounce:fix bug, avoid to flush dcache on slab page from jbd2
 2013-03-18 23:02 UTC  (16+ messages)
              ` [PATCH] mm: Make snapshotting pages for stable writes a per-bio operation
                  ` [PATCH v3] "

[PATCH] [trivial] f2fs: Fix typo in comments
 2013-03-18 23:03 UTC 

[PATCH 2/9] vfs: export do_splice_direct() to modules
 2013-03-18 23:01 UTC  (6+ messages)
` [PATCH 0/9] overlay filesystem: request for inclusion (v17)

[ 00/75] 3.8.4-stable review
 2013-03-18 23:00 UTC  (6+ messages)
` [ 29/75] perf,x86: fix kernel crash with PEBS/BTS after suspend/resume

[PATCH] KVM: allow host header to be included even for !CONFIG_KVM
 2013-03-18 21:04 UTC  (2+ messages)

[PATCH v6 0/5] KVM: VMX: Add Posted Interrupt supporting
 2013-03-18 22:20 UTC  (2+ messages)

[PATCH] x86: mm: accurate the comments for STEP_SIZE_SHIFT macro
 2013-03-18 22:50 UTC  (8+ messages)

corruption of active mmapped files in btrfs snapshots
 2013-03-18 22:52 UTC  (3+ messages)

Bug#695640: xfs_quota: cannot find mount point for path: Success
 2013-03-18 22:48 UTC  (3+ messages)

[3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)
 2013-03-18 22:50 UTC  (13+ messages)

[Qemu-devel] [PATCH] linux-user: improve target_to_host_sock_type conversion for MIPS
 2013-03-18 22:47 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.