All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-19 17:32:52 to 2012-08-19 21:26:54 UTC [more...]

[PATCH] net/fsl: introduce Freescale 10G MDIO driver
 2012-08-19 21:26 UTC  (3+ messages)

[PATCH] [media] rc: ite-cir: Initialise ite_dev::rdev earlier
 2012-08-19 21:24 UTC 

[PATCH 0/2] netlink patches
 2012-08-19 21:23 UTC  (3+ messages)
` [PATCH 2/2] [RFC] netlink: fix possible spoofing from non-root processes

[PATCH] Add old_inodes to emetablob
 2012-08-19 21:22 UTC  (8+ messages)

[PATCH] fs: Introducing Lanyard Filesystem
 2012-08-19 21:20 UTC  (9+ messages)

Question on SLAB allocator
 2012-08-19 21:18 UTC  (2+ messages)

[PATCH 10/10] drm/nouveau: fix off-by-one bugs related to command submission in IB mode
 2012-08-19 21:11 UTC  (2+ messages)

Issue with md and 4K sector alignment
 2012-08-19 21:06 UTC 

[PATCH 0/8] Time fixes and cleanups for 3.6
 2012-08-19 21:02 UTC  (4+ messages)
` [PATCH 4/8] time: Condense timekeeper.xtime into xtime_sec

[PATCH 09/10] drm/nv50/evo: store iomem pointer in properly typed field
 2012-08-19 21:00 UTC 

[PATCH 08/10] drm/nouveau: use ioread32_native/iowrite32_native for fifo control registers
 2012-08-19 21:00 UTC 

[PATCH 07/10] drm/nouveau: add sparse annotations to nv04_fifo_pause/nv04_fifo_start
 2012-08-19 21:00 UTC 

[PATCH 06/10] drm/nouveau: sparse fixes
 2012-08-19 21:00 UTC 

[PATCH 05/10] drm/nouveau: quiet some static-related sparse noise
 2012-08-19 21:00 UTC 

[PATCH 04/10] drm/nouveau: constify instances of nouveau_bitfield and nouveau_enum structs
 2012-08-19 20:59 UTC 

[PATCH 03/10] drm/nouveau: guard nv_error && printk pairs with nv_printk_enabled
 2012-08-19 20:59 UTC 

[PATCH 02/10] drm/nouveau: add nv_printk_enabled
 2012-08-19 20:59 UTC 

[PATCH 01/10] drm/nv50: decode PGRAPH status registers on TLB flush fail
 2012-08-19 20:59 UTC 

[PATCH 2/2] snd-ad1816a: Implement suspend/resume
 2012-08-19 21:27 UTC 

[PATCH 1/2] snd-ad1816a: remove useless struct snd_card_ad1816a
 2012-08-19 21:27 UTC 

[PATCH] usb: gadget: bcm63xx UDC driver
 2012-08-19 20:53 UTC  (3+ messages)

[PATCH 1/2] lp8727_charger: free_irq when lp8727_register_psy fail
 2012-08-19 20:50 UTC  (3+ messages)

[PATCH 00/58] modeset-rework, the basic conversion
 2012-08-19 19:13 UTC  (59+ messages)
` [PATCH 01/58] drm/i915: add crtc->enable/disable vfuncs insted of dpms
` [PATCH 02/58] drm/i915: rip out crtc prepare/commit indirection
` [PATCH 03/58] drm/i915: add direct encoder disable/enable infrastructure
` [PATCH 04/58] drm/i915/hdmi: convert to encoder->disable/enable
` [PATCH 05/58] drm/i915/tv: convert to encoder enable/disable
` [PATCH 06/58] drm/i915/lvds: convert to encoder disable/enable
` [PATCH 07/58] drm/i915/dp: "
` [PATCH 08/58] drm/i915/crt: "
` [PATCH 09/58] drm/i915/sdvo: "
` [PATCH 10/58] drm/i915/dvo: "
` [PATCH 11/58] drm/i915: convert dpms functions of dvo/sdvo/crt
` [PATCH 12/58] drm/i915: rip out encoder->disable/enable checks
` [PATCH 13/58] drm/i915: clean up encoder_prepare/commit
` [PATCH 14/58] drm/i915: copy&paste drm_crtc_helper_set_config
` [PATCH 15/58] drm/i915: call set_base directly
` [PATCH 16/58] drm/i915: inline intel_best_encoder
` [PATCH 17/58] drm/i915: copy&paste drm_crtc_helper_set_mode
` [PATCH 18/58] drm/i915: simplify intel_crtc_prepare_encoders
` [PATCH 19/58] drm/i915: rip out encoder->prepare/commit
` [PATCH 20/58] drm/i915: call crtc functions directly
` [PATCH 21/58] drm/i915: WARN when trying to enabled an unused crtc
` [PATCH 22/58] drm/i915: Add interfaces to read out encoder/connector hw state
` [PATCH 23/58] drm/i915/dp: implement get_hw_state
` [PATCH 24/58] drm/i915/hdmi: "
` [PATCH 25/58] drm/i915/tv: "
` [PATCH 26/58] drm/i915/lvds: "
` [PATCH 27/58] drm/i915/crt: "
` [PATCH 28/58] drm/i915/sdvo: "
` [PATCH 29/58] drm/i915/dvo: "
` [PATCH 30/58] drm/i915: read out the modeset hw state at load and resume time
` [PATCH 31/58] drm/i915: check connector hw/sw state
` [PATCH 32/58] drm/i915: rip out intel_crtc->dpms_mode
` [PATCH 33/58] drm/i915: rip out intel_dp->dpms_mode
` [PATCH 34/58] drm/i915: ensure the force pipe A quirk is actually followed
` [PATCH 35/58] drm/i915: introduce struct intel_set_config
` [PATCH 36/58] drm/i915: extract modeset config save/restore code
` [PATCH 37/58] drm/i915: extract intel_set_config_compute_mode_changes
` [PATCH 38/58] drm/i915: extract intel_set_config_update_output_state
` [PATCH 39/58] drm/i915: implement crtc helper semantics relied upon by the fb helper
` [PATCH 40/58] drm/i915: don't update the fb base if there is no fb
` [PATCH 41/58] drm/i915: convert pointless error checks in set_config to BUGs
` [PATCH 42/58] drm/i915: don't save all the encoder/crtc state in set_config
` [PATCH 43/58] drm/i915: stage modeset output changes
` [PATCH 44/58] drm/i915: push crtc->fb update into pipe_set_base
` [PATCH 45/58] drm/i915: remove crtc disabling special case
` [PATCH 46/58] drm/i915: move output commit and crtc disabling into set_mode
` [PATCH 47/58] drm/i915: extract adjusted mode computation
` [PATCH 48/58] drm/i915: use staged outuput config in tv->mode_fixup
` [PATCH 49/58] drm/i915: use staged outuput config in lvds->mode_fixup
` [PATCH 50/58] drm/i915: compute masks of crtcs affected in set_mode
` [PATCH 51/58] drm/i915: implement new set_mode code flow
` [PATCH 52/58] drm/i915: push commit_output_state past crtc disabling
` [PATCH 53/58] drm/i915: s/intel_encoder_disable/intel_encoder_noop
` [PATCH 54/58] drm/i915: WARN if the pipe won't turn off
` [PATCH 55/58] drm/i915: switch the load detect code to the staged modeset config
` [PATCH 56/58] drm/i915: push commit_output_state past the crtc/encoder preparing
` [PATCH 57/58] drm/i915: disable all crtcs at suspend time
` [PATCH 58/58] drm/i915: add tons of modeset state checks

network packet corruption in v3.6.0-rc1 (and also in v3.5)
 2012-08-19 20:20 UTC  (3+ messages)

[SCSI] mpt2sas T10 DIF fixes
 2012-08-19 20:19 UTC  (8+ messages)

[Buildroot] [PATCH 1/8] alsa-lib: add license info
 2012-08-19 20:18 UTC  (8+ messages)
` [Buildroot] [PATCH 2/8] alsa-utils: "
` [Buildroot] [PATCH 3/8] faad2: "
` [Buildroot] [PATCH 4/8] nano: "
` [Buildroot] [PATCH 5/8] fbdump: "
` [Buildroot] [PATCH 6/8] fontconfig: "
` [Buildroot] [PATCH 7/8] rsync: "
` [Buildroot] [PATCH 8/8] librsync: "

[PATCH 0/3]: netfilter fixes
 2012-08-19 20:16 UTC  (4+ messages)
` [PATCH 1/3] netfilter: nfnetlink_log: fix NLA_PUT macro removal bug
` [PATCH 2/3] netfilter: sparse endian fixes
` [PATCH 3/3] netfilter: nf_conntrack: remove unnecessary RTNL locking

[Qemu-devel] [Bug 1035572] [NEW] Bug in Qemu User Mode
 2012-08-19 20:09 UTC  (5+ messages)
` [Qemu-devel] [Bug 1035572] "

How to get Btrfs on 2nd partition of USB HDD to automount as read/write
 2012-08-19 20:10 UTC  (3+ messages)

[PATCH] time: Fix casting issue in tk_set_xtime and tk_xtime_add
 2012-08-19 20:09 UTC  (2+ messages)
` [PATCH] time: Fix casting issue in timekeeping_forward_now

[Buildroot] [PATCH 1/4] yajl: add license information
 2012-08-19 20:08 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] zeromq: "
` [Buildroot] [PATCH 3/4] zlib: "
` [Buildroot] [PATCH 4/4] zxing: "

[PATCH v1 0/3] firmware loader: fix build failure
 2012-08-19 20:10 UTC  (4+ messages)
` [PATCH v1 2/3] PM / Sleep: introduce dpm_for_each_dev

[PATCH v2] ARM: ep93xx: clockevent support
 2012-08-19 20:00 UTC 

[PATCH v10 00/14] KVM/ARM Implementation
 2012-08-19 20:00 UTC  (7+ messages)
` [PATCH v10 07/14] KVM: ARM: Memory virtualization setup
  ` [kvmarm] "

[PATCH v2] ARM: ep93xx: Use HW MAC filter in ethernet driver
 2012-08-19 19:58 UTC 

[PATCH 0/7] HID: picoLCD updates
 2012-08-19 19:56 UTC  (4+ messages)

[PATCH] nouveau: avoid excessive gart aperture for on-board cards
 2012-08-19 19:50 UTC 

[PATCH] Hob wizard-like reorganization
 2012-08-19 19:50 UTC  (3+ messages)

Fwd: [problem] sparse llvm loop conditions
 2012-08-19 19:48 UTC  (2+ messages)

[PATCH 0/2] Add evolution-data-server
 2012-08-19 19:35 UTC  (5+ messages)
` [PATCH 2/2] meta-gnome: add evolution-data-server

[PATCH 00/19] netfilter: IPv6 NAT
 2012-08-19 19:44 UTC  (6+ messages)
` [PATCH 05/19] netfilter: nf_conntrack_ipv6: improve fragmentation handling

[PATCH] omap-mcbsp: properly check for availablity of mcbsp mux settings
 2012-08-19 19:14 UTC 

[RFC PATCH 0/2] Teach rm to better handle submodules
 2012-08-19 19:38 UTC  (14+ messages)
` [RFC PATCH 1/2] rm: don't fail when removing populated submodules

[Qemu-devel] [PATCH v3 0/2] Fix two bugs related to ram_size
 2012-08-19 19:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/2] pc: Fix RTC CMOS info on RAM for ram_size < 1MiB

[PATCH v3 1/2] git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tip
 2012-08-19 19:33 UTC  (5+ messages)
` [PATCH v3 2/2] git-svn.perl: keep processing all commits in parents_exclude

[staging-next V3] ozwpan: fix memcmp() test in oz_set_active_pd()
 2012-08-19 19:33 UTC  (3+ messages)

[PATCH 0/8] UBI: add max_beb_per1024 parameter / ioctl
 2012-08-19 19:32 UTC  (19+ messages)
` [PATCH 1/8] arm: sam9_l9260_defconfig: adjust UBI bad eraseblocks limit
` [PATCH 2/8] UBI: separate bad_peb_limit in a function
` [PATCH 3/8] UBI: introduce MTD_PARAM_MAX_COUNT

[patch] [media] rc: divide by zero bugs in s_tx_carrier()
 2012-08-19 19:29 UTC  (3+ messages)

[Qemu-devel] Funny -m arguments can crash
 2012-08-19 19:26 UTC  (11+ messages)

[PATCH] drm/radeon: fix checking of MSAA renderbuffers on r600-r700
 2012-08-19 19:23 UTC 

[Qemu-devel] [PATCH RFT 0/3] iscsi: fix NULL dereferences / races between task completion and abort
 2012-08-19 19:22 UTC  (4+ messages)

[RFC/PATCH] t3300-*.sh: Fix a TAP parse error
 2012-08-19 17:57 UTC  (8+ messages)

read-cache-v5.c: compiler warnings
 2012-08-19 19:13 UTC 

Test failures in t4034
 2012-08-19 14:50 UTC  (2+ messages)

[PATCH] fast_export.c: Fix a compiler warning
 2012-08-19 15:29 UTC 

Establishing connections in the presence of multi-connect ... should we be searching top down not bottom up?
 2012-08-19 19:10 UTC 

[PATCH 0/4] UBI: Use the whole NAND device to calculate max bad block number
 2012-08-19 19:04 UTC  (9+ messages)
` [PATCH 4/4] UBI: replace MTD_UBI_BEB_LIMIT with user-space parameter

[ 00/37] 3.2.28-stable review
 2012-08-19 19:00 UTC  (6+ messages)
` [ 32/37] drm/i915: correctly order the ring init sequence

changing timeslice in linux
 2012-08-19 18:58 UTC 

[PATCH] jbd2: don't write superblock when unmounting an ro filesystem
 2012-08-19 18:54 UTC  (3+ messages)

Converting the CIFS FS to using socket callbacks so I can support multi-connect and RDMA
 2012-08-19 18:53 UTC 

regression with poll(2)?
 2012-08-19 18:49 UTC  (2+ messages)
` regression with poll(2)

[Buildroot] external toolchain
 2012-08-19 18:46 UTC 

git add "This file is for the blah class"
 2012-08-19 18:45 UTC 

[U-Boot] Ethernet-USB adapter
 2012-08-19 18:35 UTC 

[PATCH 1/1] [RFC] uartclk from serial_core exposed to sysfs
 2012-08-19 18:34 UTC  (2+ messages)
` [PATCHv4 "

[PATCH] serial: add a new helper function
 2012-08-19 18:27 UTC 

[U-Boot] [PATCH] dm: mips: Import libgcc components from Linux
 2012-08-19 18:23 UTC  (3+ messages)
` [U-Boot] [PATCH V2] "

[U-Boot] [PATCH 1/3] dm: mips: Fix lb60 WDT control
 2012-08-19 18:19 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] dm: mips: Fix lb60 timer code
  ` [U-Boot] [U-Boot-DM] "
` [U-Boot] [PATCH 3/3] dm: mips: Fix warnings in lb60 board
  ` [U-Boot] [U-Boot-DM] "

[U-Boot] [PATCH] tegra20: rework UART GPIO handling
 2012-08-19 18:15 UTC 

md raid behavior, bad sector uncorrectable read error
 2012-08-19 18:12 UTC  (3+ messages)

[B.A.T.M.A.N.] [RFC] batman-adv: don't allow ECTP traffic on batman-adv
 2012-08-19 18:10 UTC 

[Bug 44800] New: Radeon HD 6450 CAICOS screen corruption and kernel crashes
 2012-08-19 18:09 UTC  (2+ messages)
` [Bug 44800] "

[PATCH] ARM: Kirkwood: Iomega IX2-200 Device Tree Support Patch v2
 2012-08-19 18:03 UTC  (5+ messages)
` [PATCH] ARM: Kirkwood: Iomega IX2-200 Device Tree Support Patch v2 Signed-off-by: Alan M Butler <alanbutty12@gmail.com>

[PATCH] DMA/cxgb4: Fix error handling
 2012-08-19 17:59 UTC  (3+ messages)

[PATCH] m68k: drop unused parts of 68VZ328 Makefile
 2012-08-19 17:58 UTC 

[PATCH] m68k: drop unused parts of 68VZ328 Makefile
 2012-08-19 17:58 UTC 

[PATCH] drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700
 2012-08-19 17:53 UTC  (2+ messages)

Per sta interfaces in WDS (4-address) mode
 2012-08-19 17:51 UTC 

[vfs:master 18/24] fs/open.c:1011:2: error: implicit declaration of function '__put_unused_fd'
 2012-08-19 17:50 UTC  (2+ messages)

[PATCH] r600g: fix allocation of MSAA surfaces on r600-r700
 2012-08-19 17:50 UTC  (2+ messages)

[PATCH] spi/pl022: Fix device remove function
 2012-08-19 17:44 UTC 

[PATCH 0/6] HID: picoLCD additional fixes + CIR support
 2012-08-19 17:33 UTC  (10+ messages)
` [PATCH 2/6] HID: picoLCD: rework hid-fbdev interaction
` [PATCH 3/6] HID: picoLCD: Add support for CIR
` [PATCH 4/6] HID: picoLCD: optimize for inactive debugfs
` [PATCH 5/6] HID: picoLCD: fix dumping of IR_DATA report
` [PATCH 6/6] HID: picoLCD: use proper device as input_dev parent

[PATCH 1/3] retain reflogs for deleted refs
 2012-08-19 17:38 UTC  (7+ messages)
` [RFC 0/3] Reflogs for deleted refs: fix breakage and suggest namespace change


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.