All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-27 18:38:14 to 2015-09-28 00:18:12 UTC [more...]

[PATCH] Input: serio - fix blocking of parport
 2015-09-28  0:18 UTC  (2+ messages)

Unset LOCKDEP and TRACE_IRQFLAGS_SUPPORT
 2015-09-28  0:17 UTC  (12+ messages)

[PATCH v2 0/2] More reproducible document builds
 2015-09-28  0:09 UTC  (3+ messages)
` [PATCH v2 1/2] Documentation: Avoid creating man pages in source tree
` [PATCH v2 2/2] DocBook: Use a fixed encoding for output

-mprofile-kernel vs. notrace in ppc64(le) Linux kernels
 2015-09-28  0:08 UTC  (2+ messages)

[PATCH] permutation: Generate permutations of arrays
 2015-09-27  7:04 UTC  (3+ messages)

[PATCH v2] mtd: nand: pxa3xx-nand: prevent DFI bus lockup on removal
 2015-09-28  0:05 UTC  (3+ messages)

[4.3-rc1, regression] ext2 vs ext3/ext4 fs probing issues
 2015-09-28  0:04 UTC  (4+ messages)

[PATCH] mm: fix cpu hangs on truncating last page of a 16t sparse file
 2015-09-27 23:56 UTC  (8+ messages)

Guidance on reshape stuck at 0% after --grow
 2015-09-27 23:53 UTC  (6+ messages)

[linux-linus test] 62381: regressions - FAIL
 2015-09-27 23:32 UTC 

Support for new arch 'ppc64le'
 2015-09-27 23:20 UTC 

ixgbe: prefetch packet headers in vector PMD receive function
 2015-09-27 23:19 UTC  (7+ messages)
` [PATCH] "

[PATCH v2] kernel: make rcu/tree_trace.c explicitly non-modular
 2015-09-27 23:14 UTC 

[PATCH 0/4] i40e: add vector PMD support for FVL
 2015-09-27 23:15 UTC  (6+ messages)
` [PATCH 1/4] add vector PMD RX "
` [PATCH 2/4] add vector PMD TX "
` [PATCH 3/4] add vector PMD scatter RX "
` [PATCH 4/4] add RX and TX selection function "

[Qemu-devel] [Bug 1500265] [NEW] nested 9p filesystem with security_model=mapped-xattr
 2015-09-27 22:57 UTC  (2+ messages)
` [Qemu-devel] [Bug 1500265] "

[PATCH] netpoll: Drop budget parameter from NAPI polling call hierarchy
 2015-09-27 22:58 UTC  (3+ messages)

[RESEND PATCH 0/2] ST PLL fixes for 4.3-rc2
 2015-09-27 22:48 UTC  (3+ messages)

[PATCH 0/3] ARM: dts: Various STi DT clean-ups
 2015-09-27 22:45 UTC  (3+ messages)
  ` [STLinux Kernel] "

[PATCH 00/26] [RFCv2] x86: Memory Protection Keys
 2015-09-27 22:39 UTC  (10+ messages)
` [PATCH 10/26] x86, pkeys: notify userspace about protection key faults

[PATCH] iio: hdc100x: correct IIO_CHAN_INFO_OFFSET value
 2015-09-27 22:35 UTC  (3+ messages)

[PATCH 1/5] perf: unwind: fix unw_word_t pointer casts
 2015-09-27 18:37 UTC  (4+ messages)
` [PATCH 3/5] perf: unwind: use debug_frame if eh_frame is unusable
` [PATCH 4/5] tools: build: fix libiberty feature detection
` [PATCH 5/5] perf: add Makefile.deps for easier cross compiling

[RFC PATCH V2] libselinux: Add selinux_restorecon function
 2015-09-27 22:24 UTC  (2+ messages)

[PATCH v8 00/41] Richacls
 2015-09-27 22:09 UTC  (43+ messages)
` [PATCH v8 01/41] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v8 02/41] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v8 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v8 04/41] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v8 05/41] vfs: Add permission flags for setting file attributes
` [PATCH v8 06/41] richacl: In-memory representation and helper functions
` [PATCH v8 07/41] richacl: Permission mapping functions
` [PATCH v8 08/41] richacl: Compute maximum file masks from an acl
` [PATCH v8 09/41] richacl: Update the file masks in chmod()
` [PATCH v8 10/41] richacl: Permission check algorithm
` [PATCH v8 11/41] vfs: Cache base_acl objects in inodes
` [PATCH v8 12/41] vfs: Cache richacl in struct inode
` [PATCH v8 13/41] richacl: Check if an acl is equivalent to a file mode
` [PATCH v8 14/41] richacl: Create-time inheritance
` [PATCH v8 15/41] richacl: Automatic Inheritance
` [PATCH v8 16/41] richacl: xattr mapping functions
` [PATCH v8 17/41] vfs: Add richacl permission checking
` [PATCH v8 18/41] ext4: Add richacl support
` [PATCH v8 19/41] ext4: Add richacl feature flag
` [PATCH v8 20/41] richacl: acl editing helper functions
` [PATCH v8 21/41] richacl: Move everyone@ aces down the acl
` [PATCH v8 22/41] richacl: Propagate everyone@ permissions to other aces
` [PATCH v8 23/41] richacl: Set the owner permissions to the owner mask
` [PATCH v8 24/41] richacl: Set the other permissions to the other mask
` [PATCH v8 25/41] richacl: Isolate the owner and group classes
` [PATCH v8 26/41] richacl: Apply the file masks to a richacl
` [PATCH v8 27/41] richacl: Create richacl from mode values
` [PATCH v8 28/41] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v8 29/41] nfsd: Use richacls as internal acl representation
` [PATCH v8 30/41] nfsd: Add richacl support
` [PATCH v8 31/41] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v8 32/41] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v8 33/41] richacl: Add support for unmapped identifiers
` [PATCH v8 34/41] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v8 35/41] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v8 36/41] sunrpc: Add xdr_init_encode_pages
` [PATCH v8 37/41] nfs: Fix GETATTR bitmap verification
` [PATCH v8 38/41] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v8 39/41] nfs: Add richacl support
` [PATCH v8 40/41] nfs: Add support for the v4.1 dacl attribute
` [PATCH v8 41/41] richacl: uapi header split

[PATCH] Pass amend to pre-commit hook
 2015-09-27 22:09 UTC  (3+ messages)

[dm-crypt] Basics
 2015-09-27 22:08 UTC  (14+ messages)

[Bug 91656] Pillars of Eternity glitch in maps
 2015-09-27 22:03 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] target-xtensa: xtfpga: support cores without MMU
 2015-09-27 21:59 UTC  (14+ messages)
` [Qemu-devel] [PATCH 1/3] pflash_cfi01: add pflash_cfi01_init
` [Qemu-devel] [PATCH 3/3] target-xtensa: xtfpga: support noMMU cores

[Qemu-devel] [PATCH v2 0/2] target-xtensa: xtfpga: support cores without MMU
 2015-09-27 21:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] target-xtensa: xtfpga: attach FLASH to system IO
` [Qemu-devel] [PATCH v2 2/2] target-xtensa: xtfpga: support noMMU cores

[linux-3.10 baseline-only test] 38079: tolerable FAIL
 2015-09-27 21:57 UTC 

Kernel Device Tree entries for simple-audio-card
 2015-09-27 21:52 UTC  (2+ messages)

Isn't --allhosts dangerous?
 2015-09-27 21:51 UTC 

[PATCH 1/7] gstreamer1.0: upgrade to version 1.6.0
 2015-09-27 21:48 UTC  (7+ messages)
` [PATCH 2/7] gstreamer1.0-plugins-base: "
` [PATCH 3/7] gstreamer1.0-plugins-good: "
` [PATCH 4/7] gstreamer1.0-plugins-bad: "
` [PATCH 5/7] gstreamer1.0-plugins-ugly: "
` [PATCH 6/7] gstreamer1.0-libav: "
` [PATCH 7/7] gstreamer1.0-rtsp-server: "

mkfs.btrfs(8) --data outdated?
 2015-09-27 20:33 UTC 

[linux-mingo-tip-master test] 62349: regressions - FAIL
 2015-09-27 21:43 UTC 

[PATCH] Fix VMware emulated e1000 doesn't support INTX_DISABLE flag
 2015-09-27 21:41 UTC  (2+ messages)

[Buildroot] [PATCH] subversion: bump to version 1.9.2
 2015-09-27 21:35 UTC  (3+ messages)

[Xenomai] Problem with RTNET Packet Socket (or RTDM in general) in Xenomai 3
 2015-09-27 21:32 UTC  (5+ messages)
    ` [Xenomai] rtnet locking/socket SKBs

[Qemu-devel] [PATCH v4 0/5] add ACPI node for fw_cfg on pc and arm
 2015-09-27 21:29 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/5] fw_cfg: expose control register size in fw_cfg.h
` [Qemu-devel] [PATCH v4 2/5] pc: fw_cfg: move ioport base constant to pc.h
` [Qemu-devel] [PATCH v4 3/5] acpi: pc: add fw_cfg device node to ssdt
` [Qemu-devel] [PATCH v4 4/5] acpi: arm: add fw_cfg device node to dsdt
` [Qemu-devel] [PATCH v4 5/5] fw_cfg: document ACPI device node information

[Qemu-devel] ARM CPU affinities
 2015-09-27 21:28 UTC 

[Buildroot] [PATCH] package/genimage: bump version to 8
 2015-09-27 21:20 UTC  (2+ messages)

[Buildroot] [git commit] package/genimage: bump version to 8
 2015-09-27 21:20 UTC 

twa generates WARNING upon boot
 2015-09-27 21:19 UTC  (2+ messages)

[Buildroot] [PATCH v1] linux-ext: add fbtft hint for linux kernel >= v4.0
 2015-09-27 21:19 UTC  (2+ messages)

[Buildroot] [git commit] linux-ext: add fbtft hint for linux kernel >= v4.0
 2015-09-27 21:19 UTC 

[Buildroot] [PATCH] graphite2: new package
 2015-09-27 21:18 UTC  (2+ messages)

[Buildroot] [git commit] graphite2: new package
 2015-09-27 21:13 UTC 

Contact Us for your Low Interest Rate Loan!
 2015-09-27 20:57 UTC 

[Buildroot] [PATCH] mosquitto: bump version
 2015-09-27 20:49 UTC 

[PATCH 1/1] blk-core: fix queue stuck on attempt to submit request from unplug
 2015-09-27 20:44 UTC 

[PATCH v2 1/4] perf tools: Adds the config_term callback for different type events
 2015-09-27 20:41 UTC  (10+ messages)
` [PATCH v2 2/4] perf tools: Prompt error message for wrong terms of hw/sw events
` [PATCH v2 3/4] perf tools: Adds the tracepoint name parsing support
` [PATCH v2 4/4] perf tools: Enable event_config terms to tracepoint events

[meta-raspberrypi] compiling userland
 2015-09-27 20:40 UTC  (4+ messages)

[PATCH 0/2] perf tools: Add MIPS userspace DWARF callchains
 2015-09-27 20:39 UTC  (4+ messages)

[PATCH v7 00/15] power: bq24257: Add support for bq24250/bq24251
 2015-09-27 20:20 UTC  (3+ messages)
` [PATCH v7 09/15] power: bq24257: Add SW-based approach for Power Good determination

[RFC] PCI: Unassigned Expansion ROM BARs
 2015-09-27 20:19 UTC  (3+ messages)

Teuthology Integration to native openstack
 2015-09-27 20:17 UTC 

[U-Boot] [PATCH v3 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM
 2015-09-27 20:11 UTC  (2+ messages)

[git:media_tree/master] [media] rcar_vin: call g_std() instead of querystd()
 2015-09-27 20:08 UTC  (3+ messages)

[xen-4.6-testing test] 62328: regressions - FAIL
 2015-09-27 20:07 UTC 

[PATCH RFC 00/10] counter read during perf sampling
 2015-09-27 19:57 UTC  (6+ messages)

[Qemu-devel] [PULL 00/27] target-arm queue
 2015-09-27 19:52 UTC  (4+ messages)
` [Qemu-devel] [PULL 23/27] i.MX: Add the i.MX25 PDK platform

[PATCH 1/2] ne: Add h8300 support
 2015-09-27 19:51 UTC  (2+ messages)

[PATCH v2] staging: rtl8723au: Fix resource leak
 2015-09-27 19:48 UTC 

[PATCH 0/7] tools build: Fix header removal build issue
 2015-09-27 19:45 UTC  (4+ messages)
` [PATCH 2/7] tools build: Add test for missing include

[PATCH v2 0/5] drivers/tty: make more bool drivers explicitly non-modular
 2015-09-27 19:42 UTC  (4+ messages)

[PATCH 0/2] Staging: iio: cdc: Use BIT macro and remove dev_info
 2015-09-27 19:39 UTC  (5+ messages)
` [PATCH 1/2] Staging: iio: cdc: Prefer using the BIT macro

[PATCH v4 0/7] Initial support for user namespace owned mounts
 2015-09-27 19:30 UTC  (3+ messages)
` [PATCH v4 6/7] Smack: Add support for unprivileged mounts from user namespaces

[PATCH 4.1 000/159] 4.1.9-stable review
 2015-09-27 19:39 UTC  (3+ messages)

[PATCH] i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCs
 2015-09-27 19:36 UTC  (3+ messages)
` [linux-sunxi] "

[PATCH 1/4] vhost: remove redundant ;
 2015-09-27 19:35 UTC  (4+ messages)
` [PATCH 4/4 v2] vhost: fix wrong usage of eventfd_t

Having troubles binding an SR-IOV VF to uio_pci_generic on Amazon instance
 2015-09-27 10:50 UTC  (3+ messages)

[PATCH] staging: rtl8723au: Fix resource leak
 2015-09-27 19:30 UTC 

[xen-4.2-testing test] 62380: tolerable FAIL - PUSHED
 2015-09-27 19:27 UTC 

[PATCH 1/2] fio.1,HOWTO: keep 'iodepth_batch' option in sync
 2015-09-27 19:24 UTC  (2+ messages)
` [PATCH 2/2] Introduce new option: iodepth_batch_complete_max

[Buildroot] [PATCH v2] drbd-utils: bump version to 8.9.4
 2015-09-27 19:22 UTC  (2+ messages)

[Buildroot] [git commit] drbd-utils: bump version to 8.9.4
 2015-09-27 19:21 UTC 

[Buildroot] [PATCH] glmark2: depend on host-python
 2015-09-27 19:21 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 10.6.8
 2015-09-27 19:15 UTC  (2+ messages)

[Buildroot] [git commit] package/{mesa3d, mesa3d-headers}: bump version to 10.6.8
 2015-09-27 19:15 UTC 

[Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-input-vmmouse: dep on udev
 2015-09-27 19:15 UTC  (2+ messages)

[PATCH 2/4] nvme: split pci specifics out of nvme_dev and nvme_queue structures
 2015-09-27 19:14 UTC  (3+ messages)

[wireless-regdb] wireless-regdb: Update regulatory rules for South Africa (ZA) on 5GHz
 2015-09-27 19:10 UTC  (2+ messages)
`  "

[Qemu-devel] [Bug 1500175] [NEW] unable to init msix vectors
 2015-09-27 18:57 UTC  (2+ messages)
` [Qemu-devel] [Bug 1500175] "

[U-Boot] fs: ext4: fix symlink read function
 2015-09-27 19:05 UTC  (2+ messages)

nvme completion path optimizations and fixes V2
 2015-09-27 19:01 UTC  (11+ messages)
` [PATCH 01/10] blk-mq: avoid setting hctx->tags->cpumask before allocation
` [PATCH 02/10] blk-mq: fix racy updates of rq->errors
` [PATCH 03/10] blk-mq: factor out a helper to iterate all tags for a request_queue
` [PATCH 04/10] blk-mq: kill undead requests during CPU hotplug notify
` [PATCH 05/10] nvme: switch AEN processing to use blk_execute_rq_nowait
` [PATCH 06/10] nvme: switch delete SQ/CQ to blk_execute_rq_nowait
` [PATCH 07/10] nvme: switch abort "
` [PATCH 08/10] nvme: simplify completion handling
` [PATCH 09/10] nvme: properly free resources for cancelled command
` [PATCH 10/10] nvme: micro optimize nvme_submit_priv

fstrim silently does nothing on dev add/dev rem'd filesystem
 2015-09-27 18:46 UTC  (2+ messages)

[Qemu-devel] feature idea: allow user to run custom scripts
 2015-09-27 18:53 UTC  (3+ messages)

[PATCH RFC 0/5] powerpc:numa Add serial nid support
 2015-09-27 18:41 UTC  (3+ messages)
` [PATCH RFC 1/5] powerpc:numa Add numa_cpu_lookup function to update lookup table


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.