All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-05 07:35:09 to 2015-09-05 12:11:20 UTC [more...]

[PATCH 00/15] x86/headers: Clean up sigcontext types and headers
 2015-09-05 12:11 UTC  (8+ messages)
` [PATCH 12/15] x86/headers: Unify 'struct sigcontext_ia32' and 'struct sigcontext_32'
` [PATCH 13/15] x86/headers: Convert sigcontext_ia32 uses to sigcontext_32
` [PATCH 14/15] x86/headers: Remove direct sigcontext32.h uses
` [PATCH 15/15] x86/headers: Remove <asm/sigcontext.h>

[RFC][PATCH RT 0/3] RT: Fix trylock deadlock without msleep() hack
 2015-09-05 12:04 UTC  (3+ messages)

about outreach 2015 winter program
 2015-09-05 12:04 UTC 

Recent changes (master)
 2015-09-05 12:00 UTC 

[linux-lvm] devices.filter changed behaviour in 80ac8f37d6
 2015-09-05 11:56 UTC 

Unable to deliver your item, #00000881985
 2015-09-05 11:42 UTC 

"sub" machine types?
 2015-09-05 11:29 UTC  (3+ messages)
  ` [OE-core] "

post-receive: pub/scm/linux/kernel/git/abelloni/linux
 2015-09-05 11:37 UTC 

[PATCH] bcache: Fix writeback_thread never writing back incomplete stripes
 2015-09-05 11:10 UTC 

[PATCH] rtc: Abracon ABX8XX write RTC fix
 2015-09-05 11:30 UTC  (3+ messages)
  ` [rtc-linux] "

Bcache stuck at writeback of a key, consuming 100% CPU, not possible to detach
 2015-09-05 11:29 UTC  (3+ messages)

[Qemu-devel] [PATCH] Added specific ARM_FEATURE for Thumb-exception enable bit
 2015-09-05 11:28 UTC  (2+ messages)
` [Qemu-devel] [PATCH] ARM targets: added ARM_FEATURE for Thumb-exception bit in system control register

noise after modprobe cx8800
 2015-09-05 11:28 UTC 

[rtc-linux] [PATCH 1/2] rtc: rtc-cmos: Remove unused variable
 2015-09-05 11:24 UTC  (3+ messages)
` [rtc-linux] [PATCH 2/2] rtc: rtc-ds1374: "
  ` [rtc-linux] "

[rtc-linux] [PATCH v2] rtc: ab8500: Add a sentinel to ab85xx_rtc_ids[]
 2015-09-05 11:24 UTC  (2+ messages)

[nightly] Core TISDK (fido/1.8) 2015.09 build 2015-09-05_00-29-26
 2015-09-05 11:19 UTC 

[PATCH V2 0/3] slub: introducing detached freelist
 2015-09-05 11:18 UTC  (7+ messages)
` [RFC PATCH 0/3] Network stack, first user of SLAB/kmem_cache bulk free API

post-receive: pub/scm/utils/cryptsetup/cryptsetup
 2015-09-05 11:08 UTC 

post-receive: pub/scm/utils/cryptsetup/cryptsetup
 2015-09-05 11:05 UTC 

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2015-09-05_05-01-41
 2015-09-05 10:53 UTC 

[U-Boot] conditional execution in uboot
 2015-09-05 10:53 UTC 

unable to mount multi disk volume with recovery mode
 2015-09-05 10:42 UTC  (4+ messages)

[PATCH ethtool V3 0/2] Add copybreak support
 2015-09-05  9:50 UTC  (4+ messages)
` [PATCH ethtool V3 1/2] ethtool: "

[PATCH v2 1/2] ethtool: changes of emac_regs structure accordingly within driver emac_regs structure
 2015-09-05 10:41 UTC  (2+ messages)

[Qemu-devel] [PATCH V1] sdhci: use PRIx64 for uint64_t type
 2015-09-05  9:08 UTC  (3+ messages)

parsing the output of ethtool programmatically
 2015-09-05  9:53 UTC  (2+ messages)

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

[Buildroot] [PATCH 1/1] package/libldns: Fix static build
 2015-09-05 10:39 UTC 

[PATCH bluetooth-next] atusb: add handling for different chipnames
 2015-09-05 10:27 UTC 

[RFC] mmc: core: Set clock before switching to highspeed mode
 2015-09-05 10:19 UTC 

[Qemu-devel] [PATCH 0/2] alpha-host: Add Alpha host tcg backend to latest QEMU
 2015-09-05 10:18 UTC  (3+ messages)

[PATCH v2 00/21] ARM: pxa: magician: Rework HTC Magician support
 2015-09-05 10:10 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/libssh: needs MMU support
 2015-09-05 10:13 UTC 

post-receive: pub/scm/linux/kernel/git/agruen/linux-richacl
 2015-09-05 10:13 UTC 

[Qemu-devel] [RFCv2 0/2] Don't allocate vcpus on the same guest socket to different NUMA nodes
 2015-09-05 10:12 UTC  (6+ messages)
` [Qemu-devel] [RFCv2 1/2] pseries: Fix incorrect calculation of threads per socket for chip-id
` [Qemu-devel] [RFCv2 2/2] spapr: Fix default NUMA node allocation for threads

[PATCH] mm/mmap.c: Only call vma_unlock_anon_vm() when failure occurs in expand_upwards() and expand_downwards()
 2015-09-05 10:11 UTC  (5+ messages)

[PATCH v3 0/4] Patchset enabling hardware based cross-timestamps for next gen Intel platforms
 2015-09-05 10:04 UTC  (14+ messages)
` [PATCH v3 1/4] Add correlated clocksource deriving system time from an auxiliary clocksource
                    ` [Intel-wired-lan] "

[L10N] Kickoff of translation for Git 2.6.0 round 1
 2015-09-05 10:02 UTC  (2+ messages)

[Buildroot] [PATCHv3] system: add options for /bin /sbin and /lib to be symlinks into /usr
 2015-09-05  9:44 UTC  (3+ messages)

[Buildroot] [PATCHv4] pkg-generic: detect incorrectly used package
 2015-09-05  9:43 UTC  (3+ messages)

[GIT PULL REQUEST] md updates for 4.3
 2015-09-05  9:37 UTC 

[PATCH] metag/kernel/stacktrace.c: Use current_stack_pointer instead of current_sp
 2015-09-05  9:33 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/php: security bump to version 5.6.13
 2015-09-05  9:29 UTC 

[PATCH 0/2] arm64: Support Hisilicon Hip05-D02 board
 2015-09-05  9:28 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: add dts files for Hisilicon Hip05-D02 Development Board

st_fdma: Firmware filename in DT?
 2015-09-05  9:25 UTC  (11+ messages)

[Qemu-devel] [PATCH V2] sdhci: use PRIx64 for uint64_t type
 2015-09-05  9:12 UTC 

[Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 10.6.6
 2015-09-05  9:11 UTC 

python-pyopenssl fails during install phase
 2015-09-05  9:00 UTC 

[Qemu-devel] [PATCH v1 0/3] i.MX: Add GPIO devices to i.MX SOC
 2015-09-05  9:03 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 1/3] i.MX: Add GPIO device
` [Qemu-devel] [PATCH v1 2/3] i.MX: Add GPIO device to i.MX31 SOC
` [Qemu-devel] [PATCH v1 3/3] i.MX: Add GPIO device to i.MX25 SOC

glibc mutex deadlock in signal handler
 2015-09-05  8:59 UTC  (8+ messages)

[RFC] test_when_finished in subshells
 2015-09-05  8:54 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: Add defconfig and dts for the pov protab2-ips9 tablet
 2015-09-05  8:53 UTC 

[PATCH v2 07/10] dts/ls2085a: Update DTSI to add support of various peripherals
 2015-09-05  8:37 UTC  (9+ messages)
` [PATCH v2 08/10] dts/ls2085a: Update Simulator DTS "

[PATCH 0/9] dw-hdmi audio support
 2015-09-05  8:34 UTC  (14+ messages)
` [PATCH 6/9] drm: bridge/dw_hdmi: adjust pixel clock values in N calculation

[PATCH v1 0/8] VFS: In-kernel copy system call
 2015-09-05  8:33 UTC  (4+ messages)

Bug? push --recurse-submodules=on-demandd not really recursive
 2015-09-05  8:31 UTC 

[PATCH] ARM: dts: sun4i: Add dts file for the pov protab2-ips9 tablet
 2015-09-05  8:21 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/vireshk/linux
 2015-09-05  8:20 UTC 

[RFC v1 0/4] iio: new chemical sensor framework and channel types
 2015-09-05  8:20 UTC  (9+ messages)
` [RFC v1 3/4] devicetree: add SGX Sensortech vendor id
` [RFC v1 4/4] iio: chemical: add SGX VZ89x VOC sensor support

[PATCH] iproute: print more verbose error on route cache flush
 2015-09-05  7:40 UTC 

System will not suspend with highest numbered CPU offline [REGRESSION][BISECTED]
 2015-09-05  8:14 UTC  (10+ messages)

[PATCH v2 00/10] ARM64: Update support for FSL's LS2085A SoC
 2015-09-05  8:11 UTC  (8+ messages)
` [PATCH v2 03/10] Documentation/dts: Add bindings for QIXIS FPGA controller found on FSL boards

[PATCH] staging: slicoss: remove unused variables
 2015-09-05  8:08 UTC  (3+ messages)

More builtin git-am issues
 2015-09-05  8:03 UTC  (5+ messages)

[PATCH] drm/mst: update the link_address_sent before sending the link address
 2015-09-05  7:44 UTC 

[GIT PULL] Please pull my kvm-ppc-next branch
 2015-09-05  7:45 UTC  (2+ messages)

[Bug 91481] [Patch?] DisplayPort MST (Multistream Transport) hotplug kernel memory fault
 2015-09-05  7:45 UTC  (2+ messages)

gpio-f7188x: Fix concurrent GPIO accesses (and minor improvements)
 2015-09-05  7:43 UTC  (6+ messages)
` [1/4] gpio: gpio-f7188x: Use mutex for access serialisation

[refpolicy] missed patches: VFIO support to libvirt
 2015-09-05  7:41 UTC  (3+ messages)
` [refpolicy] [PATCH 1/1] add vfio support for libvirt
` [refpolicy] [PATCH 1/1] adds vfio device support to base policy

[refpolicy] [PATCH 1/2] virt: Add policy for virtlockd the Virtual machine lock manager
 2015-09-05  7:35 UTC  (2+ messages)
` [refpolicy] [PATCH 2/2] virt: Allow creating qemu guest agent socket


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.