messages from 2014-07-10 16:56:32 to 2014-07-10 18:12:45 UTC [more...]
[U-Boot] [PATCH] lib:sha1: remove unused constant
2014-07-10 18:12 UTC
[PATCH v8 00/10] gic and vgic fixes and improvements
2014-07-10 18:12 UTC
[PATCH] modesetting: Support native primary plane rotation
2014-07-10 18:09 UTC (5+ messages)
[Bug 78530] New: Memory corruption on Lenovo t440p with runpm
2014-07-10 18:09 UTC (2+ messages)
` [Bug 78530] "
git p4 diff-tree ambiguous argument error
2014-07-10 18:07 UTC (2+ messages)
[PATCH 00/11] nfsd: deny mode handling overhaul
2014-07-10 18:07 UTC (12+ messages)
` [PATCH 01/11] nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH 02/11] nfsd: Add locking to the nfs4_file->fi_fds[] array
` [PATCH 03/11] nfsd: clean up helper __release_lock_stateid
` [PATCH 04/11] nfsd: refactor nfs4_file_get_access and nfs4_file_put_access
` [PATCH 05/11] nfsd: remove nfs4_file_put_fd
` [PATCH 06/11] nfsd: shrink st_access_bmap and st_deny_bmap
` [PATCH 07/11] nfsd: set stateid access and deny bits in nfs4_get_vfs_file
` [PATCH 08/11] nfsd: clean up reset_union_bmap_deny
` [PATCH 09/11] nfsd: always hold the fi_lock when bumping fi_access refcounts
` [PATCH 10/11] nfsd: make deny mode enforcement more efficient and close races in it
` [PATCH 11/11] nfsd: cleanup and rename nfs4_check_open
[PATCH] tests: Run igt.cocci
2014-07-10 18:07 UTC
[Qemu-devel] Patch Round-up for stable 1.7.2, freeze on 2014-07-14
2014-07-10 18:05 UTC (3+ messages)
[RFC PATCH v5 00/10] The power allocator thermal governor
2014-07-10 18:03 UTC (5+ messages)
` [RFC PATCH v5 09/10] thermal: add trace events to the power allocator governor
[PATCH 0/6] x86 mce fixes
2014-07-10 18:03 UTC (16+ messages)
` [PATCH 1/6] x86-mce: Modify CMCI poll interval to adjust for small check_interval values
` [PATCH 3/6] x86-mce: Clear CMCI enable on all claimed CMCI banks before reboot
` [PATCH 4/6] x86-mce: Add spinlocks to prevent duplicated MCP and CMCI reports
[PATCH i-g-t 00/43] Rotation test
2014-07-10 18:00 UTC (44+ messages)
` [PATCH i-g-t 01/43] igt_kms: Factor out a generic get_property() out of get_drm_plane_type()
` [PATCH i-g-t 02/43] igt_kms: Make has_universal_planes a bitfield
` [PATCH i-g-t 03/43] igt_kms: Provide a get_plane_property() shorthand
` [PATCH i-g-t 04/43] igt_kms: Add a way to query of the plane supports rotation
` [PATCH i-g-t 05/43] igt_kms: Add support for setting plane rotation
` [PATCH i-g-t 06/43] igt_kms: Introduce a for_each_pipe() macro
` [PATCH i-g-t 07/43] tests/kms_rotation_crc: IGT for 180 degree HW rotation
` [PATCH i-g-t 08/43] kms_rotation_crc: Make check_plane_type() static
` [PATCH i-g-t 09/43] kms_rotation_crc: Make more functions static
` [PATCH i-g-t 10/43] kms_rotation_crc: Align a few wrapped lines to the opening brace
` [PATCH i-g-t 11/43] kms_rotation_crc: Update the copyright to have this year as well
` [PATCH i-g-t 12/43] kms_rotation_crc: Test the validity of the output first
` [PATCH i-g-t 13/43] kms_rotation_crc: Require universal planes for the testing primary rotation
` [PATCH i-g-t 14/43] kms_rotation_crc: Fix style issue: '{' at the end of lines
` [PATCH i-g-t 15/43] kms_rotation_crc: Fix style issue: single statement conditionals
` [PATCH i-g-t 16/43] kms_rotation_crc: Factor out the square drawing function
` [PATCH i-g-t 17/43] kms_rotation_crc: Factor out common primary/sprite code in prepare_crtc()
` [PATCH i-g-t 18/43] kms_rotation_crc: Remove useless comments
` [PATCH i-g-t 19/43] kms_rotation_crc: Use drm_plane from igt_plane_t
` [PATCH i-g-t 20/43] kms_rotation_crc: Style issue: binary operators need spaces before and after
` [PATCH i-g-t 21/43] kms_rotation_crc: Skip the tests if rotation is not supported
` [PATCH i-g-t 22/43] kms_rotation_crc: Just store the igt_plane_t in data
` [PATCH i-g-t 23/43] kms_rotation_crc: Unify the two tests
` [PATCH i-g-t 24/43] kms_rotation_crc: Always disable the plane in cleanup
` [PATCH i-g-t 25/43] kms_rotation_crc: Don't store rotate in the test state
` [PATCH i-g-t 26/43] kms_rotation_crc: Don't store 'pipe' in the state
` [PATCH i-g-t 27/43] kms_rotation_crc: Use igt_plane_set_rotation()
` [PATCH i-g-t 28/43] kms_rotation_crc: Remove now unnecessary defines
` [PATCH i-g-t 29/43] kms_rotation_crc: Use for_each_pipe()
` [PATCH i-g-t 30/43] kms_rotation_crc: Remove the test on output->valid
` [PATCH i-g-t 31/43] kms_rotation_crc: Remove 'output' from the state
` [PATCH i-g-t 32/43] kms_rotation_crc: Remove the sleep(2)
` [PATCH i-g-t 33/43] kms_rotation_crc: Remove plane from the state
` [PATCH i-g-t 34/43] kms_rotation_crc: No need to test for NULL before freeing the pipe CRC object
` [PATCH i-g-t 35/43] kms_rotation_crc: Allow the sprite test to run even without universal planes
` [PATCH i-g-t 36/43] kms_rotation_crc: Don't commit with no fb set up
` [PATCH i-g-t 37/43] kms_rotation_crc: Properly paint the whole frame buffer
` [PATCH i-g-t 38/43] kms_rotation_crc: Add the test to .gitignore
` [PATCH i-g-t 39/43] kms_rotation_crc: Don't compile the test on Android with no cairo support
` [PATCH i-g-t 40/43] kms_rotation_crc: Document the two steps in prepare_crtc()
` [PATCH i-g-t 41/43] kms_rotation_crc: Always use the primary plane to compute the reference CRC
` [PATCH i-g-t 42/43] kms_rotation_crc: Remove unnecessary includes
` [PATCH i-g-t 43/43] kms_rotation_crc: Use the igt_kms enum to encode the plane rotation
[for-next][PATCH 00/21] tracing: Updates for 3.17
2014-07-10 18:01 UTC (4+ messages)
` [for-next][PATCH 04/21] ftrace: Optimize function graph to be called directly
[PATCH RFA] drm: add of_graph endpoint helper to find possible CRTCs
2014-07-10 18:01 UTC (2+ messages)
[PATCH] x86, eboot: Support initrd loaded above 4G
2014-07-10 18:00 UTC (5+ messages)
[PATCH v2] tag: support configuring --sort via .gitconfig
2014-07-10 17:59 UTC (3+ messages)
[PATCH 0/3] Revised patch(es) for CLOCK_MONOTONIC_RAW timestamp
2014-07-10 17:57 UTC (6+ messages)
` [PATCH 3/3] ALSA: pcm: Add timestamp type to sw_params
+ shmem-fix-faulting-into-a-hole-while-its-punched-take-2.patch added to -mm tree
2014-07-10 17:55 UTC (12+ messages)
`ls` shows no files in mounted nfs folder, but ls 'file' works
2014-07-10 17:51 UTC (2+ messages)
[PATCH] drv_module_reload: Unbind the right console driver
2014-07-10 17:48 UTC
[PATCH v7 0/6] vgic emulation and GICD_ITARGETSR
2014-07-10 17:47 UTC (4+ messages)
` [PATCH v7 5/6] xen/arm: physical irq follow virtual irq
[PATCH] mac80211: Requeue work for all iftypes after scan completion
2014-07-10 17:47 UTC (2+ messages)
[PATCH v2 0/2] ARM: at91: remove phy fixup for sama5d3xek boards
2014-07-10 17:46 UTC (10+ messages)
` [PATCH v2 1/2] ARM: at91/dt: describe rgmii ethernet phy connected to "
[PATCH] selinux: fix the default socket labeling in sock_graft()
2014-07-10 17:45 UTC (3+ messages)
[PATCH v15 3/7] remus netbuffer: implement remus network buffering for nic devices
2014-07-10 17:44 UTC
[PATCH 0/2] KVM: PPC: Fix Mac OS X guests on non-Apple hosts
2014-07-10 17:44 UTC (6+ messages)
` [PATCH 1/2] KVM: PPC: Deflect page write faults properly in kvmppc_st
` [PATCH 2/2] KVM: PPC: Book3S: Stop PTE lookup on write errors
[PATCH 0/2] NFS/RDMA server patches for 3.17
2014-07-10 17:44 UTC (6+ messages)
` [PATCH 1/2] svcrdma: Increase credit limit to 32
` [PATCH 2/2] svcrdma: Remove extra writeargs sanity check for NFSv2/3
[PATCH v15 0/7] Remus/Libxl: Remus network buffering and drbd disk
2014-07-10 17:43 UTC (9+ messages)
` [PATCH v15 2/7] remus: introduce remus device
` [PATCH v15 3/7] remus netbuffer: implement remus network buffering for nic devices
[PATCH] NFSv4: Fix OPEN w/create access mode checking
2014-07-10 17:42 UTC (4+ messages)
[PATCH v4 000/101] nfsd: eliminate the client_mutex
2014-07-10 17:41 UTC (6+ messages)
` [PATCH v4 001/100] nfsd: close potential race between delegation break and laundromat
[PATCHv3 2/2] Add force_epp module option for parport_pc
2014-07-10 17:43 UTC (8+ messages)
[PATCH net-next] dp83640: Adjust ptp event timestamps
2014-07-10 17:38 UTC (6+ messages)
skbuff panic
2014-07-10 17:37 UTC (11+ messages)
[PATCH v6 00/10] Add --graft option to git replace
2014-07-10 17:36 UTC (6+ messages)
` [PATCH v6 02/10] replace: add --graft option
[PATCH] xfstests/btrfs: add test for quota groups and drop snapshot
2014-07-10 17:36 UTC (3+ messages)
[PATCH v9 0/11] seccomp: add thread sync ability
2014-07-10 17:35 UTC (9+ messages)
` [PATCH v9 09/11] seccomp: introduce writer locking
[PATCH v15 2/7] remus: introduce remus device
2014-07-10 17:35 UTC
configuring kernel for imx233
2014-07-10 17:34 UTC (6+ messages)
` [meta-freescale] "
[PATCH RFC 00/19] arm64 EFI stub
2014-07-10 17:33 UTC (6+ messages)
[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
2014-07-10 17:33 UTC (12+ messages)
` [PATCH RFC v2 00/19] Enable options --signoff, --reset-author for pick, reword
` [PATCH RFC v2 01/19] rebase -i: Failed reword prints redundant error message
` [PATCH RFC v2 06/19] rebase -i: Stop on root commits with empty log messages
[PATCH] git: update to v2.0.1
2014-07-10 17:32 UTC
[PATCH net-next] net: cpmac: fix in debug messages
2014-07-10 17:31 UTC (2+ messages)
kexec for aarch64_be
2014-07-10 17:30 UTC (4+ messages)
[PATCH] platform/chrome: pstore: fix dmi table to match all chrome systems
2014-07-10 17:29 UTC (2+ messages)
[Xenomai] Issue with cobalt_monitor_wait()
2014-07-10 17:29 UTC (8+ messages)
[Buildroot] [PATCH 13/14] nitrogen6x: bump kernel version to 3.10.17
2014-07-10 17:28 UTC (3+ messages)
` [Buildroot] [PATCH] nitrogen6x: include .dtb files for compatible variants
[PATCH 00/17] Convert TTM to the new fence interface
2014-07-10 17:27 UTC (6+ messages)
` [PATCH 09/17] drm/radeon: use common fence implementation for fences
` [PATCH v2 "
Loan Offer
2014-07-10 17:20 UTC
[PATCH] iio: adc: Add Support for more MCP ADCs
2014-07-10 17:17 UTC
[PATCH v3] mmap_vmcore: skip non-ram pages reported by hypervisors
2014-07-10 17:25 UTC (3+ messages)
[PATCH 0/3] move libxc and xenstore public headers to include subdir
2014-07-10 17:24 UTC (4+ messages)
[PATCH] drm/radeon: add HDMI/DP sink description to ELD like data
2014-07-10 17:23 UTC (2+ messages)
[Qemu-devel] [PATCH v2] libxl: change default QEMU machine to pc-i440fx-1.6
2014-07-10 17:22 UTC (5+ messages)
` "
[PATCH v2 00/11] tools, build: Build xenstore in rump kernel
2014-07-10 17:21 UTC (8+ messages)
` [PATCH 01/11] xenstore: Use $(PTHREAD_LIBS) not -lpthread
` [PATCH 10/11] rump kernels: Handle rumpxen host in configure
[PATCH] dm-table: make dm_table_supports_discards static
2014-07-10 17:20 UTC (2+ messages)
` [PATCH v2] "
[PATCH] drm/radeon: Inline r100_mm_rreg, -wreg, v3
2014-07-10 17:17 UTC (5+ messages)
[meta-oe][PATCH] sdparm: add recipe file
2014-07-10 17:16 UTC (2+ messages)
[PATCH v4 0/7] ARM: at91: move aic driver to drivers/irqchips
2014-07-10 17:14 UTC (18+ messages)
` [PATCH v4 1/7] genirq: generic chip: export irq_map_generic_chip function
` [PATCH v4 2/7] irqchip: atmel-aic: move binding doc to interrupt-controller directory
` [PATCH v4 3/7] irqchip: atmel-aic: Add atmel AIC/AIC5 drivers
` [PATCH v4 4/7] ARM: at91: introduce OLD_IRQ_AT91 Kconfig option
` [PATCH v4 5/7] ARM: at91: enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocks
` [PATCH v4 6/7] ARM: at91: make use of the new AIC driver for dt enabled boards
` [PATCH v4 7/7] ARM: at91: remove old irq material
[PATCH v3] mmap_vmcore: skip non-ram pages reported by hypervisors
2014-07-10 17:15 UTC
randconfig build error with next-20140710, in net/ipv4/ipconfig.c
2014-07-10 17:15 UTC (2+ messages)
[linux-3.4 test] 29197: tolerable FAIL - PUSHED
2014-07-10 17:14 UTC
[Bug 80868] New: Support screen scaling modes for external monitors
2014-07-10 17:13 UTC (2+ messages)
` [Bug 80868] "
[PATCH 1/2] drm/radeon: enable display scaling on all connectors (v2)
2014-07-10 17:11 UTC (2+ messages)
` [PATCH 2/2] drm/radeon: consolidate vga and dvi get_modes functions (v2)
Fw: [Bug 79891] New: Router causes TCP retransmits for windows hosts after "ip_forward: fix inverted local_df test"
2014-07-10 17:11 UTC (2+ messages)
linux-next: Tree for Jul 9
2014-07-10 17:10 UTC (11+ messages)
` Fwd: "
Synchronization of per-partition ecc_stats
2014-07-10 17:08 UTC (2+ messages)
[PATCH 00/17] KEYS: PKCS#7 and PE file signature checking for kexec
2014-07-10 17:06 UTC (4+ messages)
` [PATCH06/17] PKCS#7: Verify internal certificate chain
[PATCH v3 net-next 0/4] Network driver for Armada 375 SoC
2014-07-10 17:07 UTC (7+ messages)
` [PATCH v3 1/4] ethernet: Add new driver for Marvell Armada 375 network unit
[PATCH] of: Support CONFIG_CMDLINE_EXTEND config option
2014-07-10 17:07 UTC (4+ messages)
` [PATCH v2] "
Warnings in dmesg and results of mmiotrace 10de:1140 Geforce620m Optimus Laptop Acer E1-531G
2014-07-10 17:07 UTC (2+ messages)
[PATCH 1/2] sched: Remove update_rq_runnable_avg
2014-07-10 17:06 UTC (13+ messages)
` [PATCH 2/2] sched: Rewrite per entity runnable load average tracking
[Bug 72921] New: DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33
2014-07-10 17:06 UTC (2+ messages)
` [Bug 72921] "
[PATCH] kni: use netif_rx instead of netif_receive_skb in which ocurr deallock on userpace contex
2014-07-10 17:04 UTC
[Xenomai] [PATCH] AT91: SAMA5D3: Adapt Ipipe for AIC5
2014-07-10 17:04 UTC (12+ messages)
[PATCH 0/3] Add pci_enable_msi_partial() to conserve MSI-related resources
2014-07-10 17:02 UTC (11+ messages)
` [PATCH 1/3] PCI/MSI: Add pci_enable_msi_partial()
[Xenomai] Suspend-to-RAM of a Xenomai system
2014-07-10 17:01 UTC (4+ messages)
[PATCH] MAINTAINERS: Add thunderbolt driver
2014-07-10 16:58 UTC
[PATCH v3 0/4] ARM: pxa: Fix out of vmalloc space bug
2014-07-10 16:56 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.